GET /api/bet_types/0b3b9380-d1c6-4548-bdce-474508b06bdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b3b9380-d1c6-4548-bdce-474508b06bdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cfcc8df-74eb-445f-bd4d-4044a42f6ac5/?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": "MIN (T Mahle)",
                "amount": 5515.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": 373.65,
        "profit_sb_percentage": 4.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "e585b8a2-b65f-4522-b8bd-0ab2d05f6222",
            "gambit_id": "92d7a696-3652-4606-a6fd-dba45ccd9785",
            "last_updated": "2022-08-13T10:47:07.456602-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (T Mahle)",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3b9380-d1c6-4548-bdce-474508b06bdd/?format=api"
        },
        {
            "id": "a2cb45aa-2cbc-4e0a-ae24-7287ba662af5",
            "gambit_id": "6528cccd-c9af-4497-8d85-48f9edd01dcd",
            "last_updated": "2022-08-13T10:47:07.457056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3b9380-d1c6-4548-bdce-474508b06bdd/?format=api"
        }
    ]
}