GET /api/bet_types/ecb6af28-897d-4997-b304-5d471ccf108f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecb6af28-897d-4997-b304-5d471ccf108f",
    "match": "https://api-prod.gambitprofit.com/api/matches/195f8966-7f51-46b9-baa6-04cbaf0d6e41/?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 9",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "4046a91d-62d1-4ba3-903f-1c98d3f2b7cd",
            "gambit_id": "cf872220-d14a-4558-b81c-f7a0b3dc6466",
            "last_updated": "2022-08-21T12:52:08.547269-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb6af28-897d-4997-b304-5d471ccf108f/?format=api"
        },
        {
            "id": "309ef597-7fcb-488a-9049-582c6795a0cb",
            "gambit_id": "b7c85382-c535-484f-90ef-aa9320cc3cc4",
            "last_updated": "2022-08-21T12:52:08.546716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb6af28-897d-4997-b304-5d471ccf108f/?format=api"
        }
    ]
}