GET /api/bet_types/60c51a34-b019-486e-b989-7205abb72216/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60c51a34-b019-486e-b989-7205abb72216",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4bdde6c-8d6e-44db-945b-51c379e7d99d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 8",
                "amount": 5302.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 9066.42,
        "profit_sb": 66.42,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "09db5f4a-caef-4dab-8dcd-c7db718d70b5",
            "gambit_id": "c478812b-d277-42c3-8eb4-29ef6d04a3dd",
            "last_updated": "2022-09-14T10:07:04.497904-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c51a34-b019-486e-b989-7205abb72216/?format=api"
        },
        {
            "id": "85fe324b-42b0-4327-bf06-a1d0ea7885c0",
            "gambit_id": "cf529da4-b20f-4e50-b0ee-bec6db0f4c90",
            "last_updated": "2022-09-14T10:07:04.496820-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c51a34-b019-486e-b989-7205abb72216/?format=api"
        }
    ]
}