GET /api/bet_types/05068d7f-629b-4d77-aa48-60ccfa1bc8e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05068d7f-629b-4d77-aa48-60ccfa1bc8e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb5dec65-92a6-4110-b0f5-dfa03cf51017/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "CWS (L Giolito)",
                "amount": 5515.0
            },
            {
                "team": "TEX (S Howard)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": 373.65,
        "profit_sb_percentage": 4.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7594cde-0372-45aa-9997-cb652a68f744",
            "gambit_id": "075f9d3e-6e4e-49ee-be5d-ebd202bbd6f3",
            "last_updated": "2022-08-08T10:57:06.341788-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (L Giolito)",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05068d7f-629b-4d77-aa48-60ccfa1bc8e4/?format=api"
        },
        {
            "id": "631f56bd-702b-44e6-87ec-e37125c9422d",
            "gambit_id": "24927a8e-b643-460d-a24d-392a90d41bad",
            "last_updated": "2022-08-08T10:57:06.341367-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (S Howard)",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05068d7f-629b-4d77-aa48-60ccfa1bc8e4/?format=api"
        }
    ]
}