GET /api/bet_types/4e002798-631a-4d15-b7a7-f52c55b6711a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e002798-631a-4d15-b7a7-f52c55b6711a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfb36600-f1c3-406b-9be8-1468085bfc67/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:07.363857-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": 6308.0
            },
            {
                "team": "CLE",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8890dcc-c89f-4fe2-85b6-9ee762c1f72b",
            "gambit_id": "3f1f23de-add0-41d1-9913-c115d585da2b",
            "last_updated": "2023-04-23T18:37:15.280844-04:00",
            "created_at": "2023-04-21T12:32:07.367006-04:00",
            "name": "MIA",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e002798-631a-4d15-b7a7-f52c55b6711a/?format=api"
        },
        {
            "id": "1f51eb36-6c35-405c-b6e0-6a99b7ce9773",
            "gambit_id": "3d46b029-1caa-4ed5-9f2a-3c2e276f498b",
            "last_updated": "2023-04-23T18:37:15.278943-04:00",
            "created_at": "2023-04-21T12:32:07.365338-04:00",
            "name": "CLE",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e002798-631a-4d15-b7a7-f52c55b6711a/?format=api"
        }
    ]
}