GET /api/bet_types/3df2b15a-dbca-4ca7-90fd-fa2434570991/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3df2b15a-dbca-4ca7-90fd-fa2434570991",
    "match": "https://api-prod.gambitprofit.com/api/matches/45caf439-5c1e-440b-885b-2fb220f9b881/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T05:58:10.356599-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": "KAN",
                "amount": 6020.0
            },
            {
                "team": "CIN",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "84dfd5a9-0217-49ae-b8b8-52a84f9bb55e",
            "gambit_id": "1907264a-947a-4354-92b7-877275cf9090",
            "last_updated": "2023-06-15T23:23:31.800564-04:00",
            "created_at": "2023-06-14T05:58:10.359958-04:00",
            "name": "KAN",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3df2b15a-dbca-4ca7-90fd-fa2434570991/?format=api"
        },
        {
            "id": "e5828bf6-d868-4b50-9387-38fa5a3c1d54",
            "gambit_id": "690ccafb-d70b-4ffc-9b28-a42a7df425ab",
            "last_updated": "2023-06-15T23:23:31.799270-04:00",
            "created_at": "2023-06-14T05:58:10.358342-04:00",
            "name": "CIN",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3df2b15a-dbca-4ca7-90fd-fa2434570991/?format=api"
        }
    ]
}