GET /api/bet_types/d5623976-0c4a-4845-90ae-785420114235/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5623976-0c4a-4845-90ae-785420114235",
    "match": "https://api-prod.gambitprofit.com/api/matches/766af1fa-b98d-46d4-9f57-3348acb10df8/?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": 5205.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa2ddaf9-e26b-45e2-bdf9-f2631fea5fea",
            "gambit_id": "25ccbd07-b1fe-4273-b606-2b370250370b",
            "last_updated": "2022-08-29T13:02:02.902606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5623976-0c4a-4845-90ae-785420114235/?format=api"
        },
        {
            "id": "4c1973a7-a2b7-4db8-bff8-1c59bf5b2163",
            "gambit_id": "2ffb9760-4197-4f2b-a740-bd5cd64bbb9a",
            "last_updated": "2022-08-29T13:02:02.902111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5623976-0c4a-4845-90ae-785420114235/?format=api"
        }
    ]
}