GET /api/bet_types/c289f2af-8b04-43cd-b918-d2b349b8b5d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c289f2af-8b04-43cd-b918-d2b349b8b5d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9123735-2734-4a5c-838d-9485d1cd74c9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-12T08:57:08.391118-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "SDG",
                "amount": 6390.0
            },
            {
                "team": "NYM",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "745d3503-1c41-4515-8211-21ed9325c840",
            "gambit_id": "59f252f2-9f5c-4862-ab9a-1cf0472618eb",
            "last_updated": "2023-04-13T11:07:16.011500-04:00",
            "created_at": "2023-04-12T08:57:08.395874-04:00",
            "name": "SDG",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c289f2af-8b04-43cd-b918-d2b349b8b5d4/?format=api"
        },
        {
            "id": "dac234c3-9719-455c-9115-13c2e825b60d",
            "gambit_id": "748876fd-ce6b-437d-af70-40bd6dac84d4",
            "last_updated": "2023-04-13T11:07:16.010005-04:00",
            "created_at": "2023-04-12T08:57:08.393416-04:00",
            "name": "NYM",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c289f2af-8b04-43cd-b918-d2b349b8b5d4/?format=api"
        }
    ]
}