GET /api/bet_types/3d4aa979-afd8-42d6-aeb4-a63e90f4b6b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d4aa979-afd8-42d6-aeb4-a63e90f4b6b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c10639f3-340a-4d70-8acd-08bbd2b78ffb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-29T11:47:12.578438-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": "TEX (N Eovaldi)",
                "amount": 6182.0
            },
            {
                "team": "DET (M Boyd)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc08deef-7f37-4479-a8f1-aed05f6a45e2",
            "gambit_id": "291577fe-64c3-4a2d-96e9-95b6b2cc6ee9",
            "last_updated": "2023-05-30T10:47:22.422751-04:00",
            "created_at": "2023-05-29T11:47:12.581027-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d4aa979-afd8-42d6-aeb4-a63e90f4b6b1/?format=api"
        },
        {
            "id": "350d76d8-2425-424a-8554-e82da6c56a31",
            "gambit_id": "dfa66539-9f7a-45ce-b9c3-eabb28cd0dcc",
            "last_updated": "2023-05-30T10:47:22.425049-04:00",
            "created_at": "2023-05-29T11:47:12.583728-04:00",
            "name": "DET (M Boyd)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d4aa979-afd8-42d6-aeb4-a63e90f4b6b1/?format=api"
        }
    ]
}