GET /api/bet_types/e5a0a67a-23f1-4e3f-9793-094005f7a865/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5a0a67a-23f1-4e3f-9793-094005f7a865",
    "match": "https://api-prod.gambitprofit.com/api/matches/e06be5f6-47e2-46c9-bcc2-f9b395918c4c/?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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0523083-6100-49bb-8be0-169b5b68569b",
            "gambit_id": "c22e15dc-f9cf-4735-9c34-e3f15ad712ab",
            "last_updated": "2022-08-21T12:52:07.029402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a0a67a-23f1-4e3f-9793-094005f7a865/?format=api"
        },
        {
            "id": "6a3b996f-db8d-4fd1-9fb3-ebf558379cbd",
            "gambit_id": "19573e42-7916-4bc2-8a8d-db061c02d726",
            "last_updated": "2022-08-21T12:52:07.029990-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a0a67a-23f1-4e3f-9793-094005f7a865/?format=api"
        }
    ]
}