GET /api/bet_types/91ce07e5-8159-476f-b0d1-96cb50528bbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91ce07e5-8159-476f-b0d1-96cb50528bbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/83e7ba95-b918-4a66-b2f4-717fec9c9100/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:07:00.787485-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": "Game Total Over 215.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 215.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "876e94d8-2455-4da3-9036-4b5b6eed3f55",
            "gambit_id": "4d503730-7df1-4404-b8ee-6e8f6486c5ee",
            "last_updated": "2023-04-23T18:32:09.228473-04:00",
            "created_at": "2023-04-22T13:07:00.790890-04:00",
            "name": "Game Total Over 215.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91ce07e5-8159-476f-b0d1-96cb50528bbb/?format=api"
        },
        {
            "id": "94f69656-4d5f-44cb-8acf-38865638cb16",
            "gambit_id": "57aeace0-75d7-4344-bf94-3a55840b96ef",
            "last_updated": "2023-04-23T18:32:09.226195-04:00",
            "created_at": "2023-04-22T13:07:00.789197-04:00",
            "name": "Game Total Under 215.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91ce07e5-8159-476f-b0d1-96cb50528bbb/?format=api"
        }
    ]
}