GET /api/bet_types/778c8ec9-8e2d-4ceb-8cb2-fc9655e4af0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "778c8ec9-8e2d-4ceb-8cb2-fc9655e4af0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/449e7dbd-1845-4dde-a28a-324eea189616/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-16T10:23:23.146147-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": "MIA",
                "amount": 6090.0
            },
            {
                "team": "HOU",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b6a7164-2131-4b65-ac73-b64ced587200",
            "gambit_id": "68ccb908-1dc0-41e5-8ae4-12edc9413c25",
            "last_updated": "2023-08-18T10:18:05.302561-04:00",
            "created_at": "2023-08-16T10:23:23.157548-04:00",
            "name": "MIA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/778c8ec9-8e2d-4ceb-8cb2-fc9655e4af0a/?format=api"
        },
        {
            "id": "5d7d4ad1-694a-43b4-928c-9606febe3172",
            "gambit_id": "c80c321f-8ec2-4207-9d60-e060e43817a9",
            "last_updated": "2023-08-18T10:18:05.298482-04:00",
            "created_at": "2023-08-16T10:23:23.150718-04:00",
            "name": "HOU",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/778c8ec9-8e2d-4ceb-8cb2-fc9655e4af0a/?format=api"
        }
    ]
}