GET /api/bet_types/903686ed-db13-4756-8762-548f25f08c82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "903686ed-db13-4756-8762-548f25f08c82",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0e55f8b-7663-459f-beae-cdf18446b47e/?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 7",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa8f614d-2f8f-4a59-8ea1-a59ec387f319",
            "gambit_id": "8ab7ea6d-b7a6-42cd-8b9b-a0e0e6ba482e",
            "last_updated": "2022-08-29T13:22:12.776552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/903686ed-db13-4756-8762-548f25f08c82/?format=api"
        },
        {
            "id": "3ac77a40-6bc4-4a93-9b97-89cec4bf7e0c",
            "gambit_id": "81e7bff4-dfe2-4b41-88f4-793756756a69",
            "last_updated": "2022-08-29T13:22:12.777247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/903686ed-db13-4756-8762-548f25f08c82/?format=api"
        }
    ]
}