GET /api/bet_types/58d6d409-122f-4a8a-ab68-911b84dd39c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58d6d409-122f-4a8a-ab68-911b84dd39c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/daafdb4f-695b-4e74-9f69-2ba6dcedd7ac/?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": "Total Rounds Over 2.5",
                "amount": 5574.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4426.0
            }
        ],
        "expected_reward_tokens": 9029.04,
        "profit_sb": 29.04,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9cab5da-012f-470c-8cf1-9bbb3a78d526",
            "gambit_id": "63af669b-de94-4736-ac49-985b1f2ff5a0",
            "last_updated": "2022-09-05T10:32:07.909026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d6d409-122f-4a8a-ab68-911b84dd39c0/?format=api"
        },
        {
            "id": "34e71a48-091a-4f05-8bae-c4b63f6c4aad",
            "gambit_id": "eccca5d3-c516-4474-b2ba-5da88468ec99",
            "last_updated": "2022-09-05T10:32:07.907722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d6d409-122f-4a8a-ab68-911b84dd39c0/?format=api"
        }
    ]
}