GET /api/bet_types/2b83ff05-72a2-49bb-af67-c8474f7bccc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b83ff05-72a2-49bb-af67-c8474f7bccc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bfdb740-c31c-4ec3-ab89-44bbef582ad4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:25.805999-05: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": "Boston Celtics",
                "amount": 5107.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f804c7e2-8983-41b7-b01a-0eea766a7b38",
            "gambit_id": "d6873b7b-0aa0-4940-b831-96ce53250af3",
            "last_updated": "2024-01-09T10:23:17.708637-05:00",
            "created_at": "2024-01-06T09:23:25.810316-05:00",
            "name": "Boston Celtics",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b83ff05-72a2-49bb-af67-c8474f7bccc9/?format=api"
        },
        {
            "id": "e6d592a6-5994-4138-9040-29469cc43e61",
            "gambit_id": "1424be55-3ba9-48e3-a699-22b3ca4d44d4",
            "last_updated": "2024-01-09T10:23:17.712324-05:00",
            "created_at": "2024-01-06T09:23:25.814808-05:00",
            "name": "Indiana Pacers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b83ff05-72a2-49bb-af67-c8474f7bccc9/?format=api"
        }
    ]
}