GET /api/bet_types/d707e5d2-e977-4bcf-8f6b-0c3f6cee4d8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d707e5d2-e977-4bcf-8f6b-0c3f6cee4d8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff5cbbc4-eb28-42c6-943a-e386078f8311/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-30T10:27:11.230729-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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a36dba9c-9c19-4620-8421-36201a70012f",
            "gambit_id": "5eb0d6bc-c329-456d-8ebf-2fb184026fe3",
            "last_updated": "2022-12-31T14:06:52.191969-05:00",
            "created_at": "2022-12-30T10:27:11.231917-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d707e5d2-e977-4bcf-8f6b-0c3f6cee4d8c/?format=api"
        },
        {
            "id": "8b653ad4-c78d-4342-b893-53ecd41dfe45",
            "gambit_id": "ff544069-530e-4fb4-99ac-8a2a4326b3e6",
            "last_updated": "2022-12-31T14:06:52.193096-05:00",
            "created_at": "2022-12-30T10:27:11.233164-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d707e5d2-e977-4bcf-8f6b-0c3f6cee4d8c/?format=api"
        }
    ]
}