GET /api/bet_types/01840340-d017-4b62-9357-937998001a13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01840340-d017-4b62-9357-937998001a13",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9724281-8391-4937-984d-60daf6a55f4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-23T09:28:12.504401-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": "CLE (S Bieber)",
                "amount": 5527.0
            },
            {
                "team": "MIL (W Miley)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb0c1da2-564f-46d8-9158-4b6cafb561c1",
            "gambit_id": "a320fbbd-fba0-461d-b8ec-f9334b335042",
            "last_updated": "2023-06-26T10:13:36.192530-04:00",
            "created_at": "2023-06-23T09:28:12.507626-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01840340-d017-4b62-9357-937998001a13/?format=api"
        },
        {
            "id": "538816bc-04d7-41f6-aa08-ed506c8224c7",
            "gambit_id": "b5abfb36-cfef-4d62-aa62-ccaaeeca522e",
            "last_updated": "2023-06-26T10:13:36.189657-04:00",
            "created_at": "2023-06-23T09:28:12.506033-04:00",
            "name": "MIL (W Miley)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01840340-d017-4b62-9357-937998001a13/?format=api"
        }
    ]
}