GET /api/bet_types/24a64e31-976e-49f3-b9ec-8293e068b25d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24a64e31-976e-49f3-b9ec-8293e068b25d",
    "match": "https://api-prod.gambitprofit.com/api/matches/204e66ae-1858-49df-8792-ff1710a6a3c8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-11T08:48:20.080053-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": "STL",
                "amount": 5614.0
            },
            {
                "team": "BAL",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "17d3676f-468b-4aa4-b2f8-3634a11ea000",
            "gambit_id": "05539561-2c37-452d-a0a8-754b92406a52",
            "last_updated": "2023-09-12T21:28:19.126945-04:00",
            "created_at": "2023-09-11T08:48:20.087308-04:00",
            "name": "STL",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24a64e31-976e-49f3-b9ec-8293e068b25d/?format=api"
        },
        {
            "id": "d2adc755-91fa-452b-9186-9fb544441f6a",
            "gambit_id": "b1d7e224-1b7f-4ec6-91b1-0e0e21d3f097",
            "last_updated": "2023-09-12T21:28:19.135336-04:00",
            "created_at": "2023-09-11T08:48:20.091949-04:00",
            "name": "BAL",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24a64e31-976e-49f3-b9ec-8293e068b25d/?format=api"
        }
    ]
}