GET /api/bet_types/0f27dc8f-5ab4-42d7-8481-15b3180b0186/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f27dc8f-5ab4-42d7-8481-15b3180b0186",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b9292d8-3de8-42a5-a7fb-967dc3bc2257/?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 Under 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2a01f2c-d282-49ac-b493-4a2317c77fa5",
            "gambit_id": "7651aa6c-a988-4f01-82b0-25c24bb1836b",
            "last_updated": "2022-11-14T10:18:32.712877-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f27dc8f-5ab4-42d7-8481-15b3180b0186/?format=api"
        },
        {
            "id": "5ddbb3be-5a67-4050-8bef-d2dfce3fd225",
            "gambit_id": "57b55c3b-75a2-4387-9bb3-1f028f48eef0",
            "last_updated": "2022-11-14T10:18:32.714028-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f27dc8f-5ab4-42d7-8481-15b3180b0186/?format=api"
        }
    ]
}