GET /api/bet_types/a8d68fac-6747-4a1a-93c6-d357a0c3c880/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8d68fac-6747-4a1a-93c6-d357a0c3c880",
    "match": "https://api-prod.gambitprofit.com/api/matches/654e2457-b85b-47ed-a8d5-d139b14778ab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T13:27:14.050367-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9fc2bd55-84f2-42e9-90cb-641351e8635f",
            "gambit_id": "8a659e8b-3bc9-4dfc-a106-9435a3c1d15a",
            "last_updated": "2023-01-03T10:56:47.747926-05:00",
            "created_at": "2023-01-02T13:27:14.051562-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8d68fac-6747-4a1a-93c6-d357a0c3c880/?format=api"
        },
        {
            "id": "0a701f68-fcd5-407a-9726-cd25bfd4f588",
            "gambit_id": "31ccd8bb-5fca-4f42-b830-f1b5f0621b7c",
            "last_updated": "2023-01-03T10:56:47.749061-05:00",
            "created_at": "2023-01-02T13:27:14.052830-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8d68fac-6747-4a1a-93c6-d357a0c3c880/?format=api"
        }
    ]
}