GET /api/bet_types/d42ec49a-5772-4a06-a262-5655b0ecfbd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d42ec49a-5772-4a06-a262-5655b0ecfbd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/fba0f828-22fc-4755-b9f7-1b1dcb5a9254/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-25T13:47:02.501447-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": "ATL (D Dodd)",
                "amount": 5091.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 9571.08,
        "profit_sb": 71.08,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "c957d7a5-daa6-4487-ba83-81148f3c50c8",
            "gambit_id": "c5dc463a-320b-4663-aeb3-5ae02306470d",
            "last_updated": "2023-05-26T11:52:17.477837-04:00",
            "created_at": "2023-05-25T13:47:02.506286-04:00",
            "name": "ATL (D Dodd)",
            "reward": "1.88000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d42ec49a-5772-4a06-a262-5655b0ecfbd3/?format=api"
        },
        {
            "id": "22df03cd-7605-428e-b41b-f5d58d9b7af4",
            "gambit_id": "92cb4308-c2c1-4bf2-852d-0f0c0780c90b",
            "last_updated": "2023-05-26T11:52:17.471941-04:00",
            "created_at": "2023-05-25T13:47:02.503431-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.95000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d42ec49a-5772-4a06-a262-5655b0ecfbd3/?format=api"
        }
    ]
}