GET /api/bet_types/12d25dde-de81-486b-bff4-436de2109e84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12d25dde-de81-486b-bff4-436de2109e84",
    "match": "https://api-prod.gambitprofit.com/api/matches/9dc5f63a-962f-4c55-8f4e-41cb61dc1ab4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:19.264643-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": "KAN",
                "amount": 6020.0
            },
            {
                "team": "DET",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "70e0fe31-806f-4021-8afd-314254b9de6a",
            "gambit_id": "006684c6-fede-4cb0-9463-8d3ca5383f3c",
            "last_updated": "2023-06-22T10:23:03.225118-04:00",
            "created_at": "2023-06-20T08:33:19.267040-04:00",
            "name": "KAN",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12d25dde-de81-486b-bff4-436de2109e84/?format=api"
        },
        {
            "id": "82de0a5a-5b84-4a89-94d3-c30c004d1286",
            "gambit_id": "9fff28e1-dc0b-42fd-a890-ce20862d51a8",
            "last_updated": "2023-06-22T10:23:03.227112-04:00",
            "created_at": "2023-06-20T08:33:19.269492-04:00",
            "name": "DET",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12d25dde-de81-486b-bff4-436de2109e84/?format=api"
        }
    ]
}