GET /api/bet_types/b32b5d01-9776-4d50-b4cf-be04cb619be6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b32b5d01-9776-4d50-b4cf-be04cb619be6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac538be3-9d15-490d-925b-c4eefbfa8db8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-13T09:08:20.179072-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": "STL (J Flaherty)",
                "amount": 5117.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd243dcd-e058-4e19-bcfa-ef516828cffe",
            "gambit_id": "db84fadb-40cf-4144-adf1-95e9b52cfcf4",
            "last_updated": "2023-06-14T11:23:22.446415-04:00",
            "created_at": "2023-06-13T09:08:20.183136-04:00",
            "name": "STL (J Flaherty)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b32b5d01-9776-4d50-b4cf-be04cb619be6/?format=api"
        },
        {
            "id": "28f78952-d0da-47a4-99b5-9e9b11adbae9",
            "gambit_id": "02627dff-e2c1-4ee4-88d1-076fd5c6243c",
            "last_updated": "2023-06-14T11:23:22.444068-04:00",
            "created_at": "2023-06-13T09:08:20.181049-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b32b5d01-9776-4d50-b4cf-be04cb619be6/?format=api"
        }
    ]
}