GET /api/bet_types/a3dee5ea-3e98-42cc-ab6a-ed9650607839/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3dee5ea-3e98-42cc-ab6a-ed9650607839",
    "match": "https://api-prod.gambitprofit.com/api/matches/3209ddb0-6b06-4d7c-b6ef-5206149ab7c7/?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 53.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 53.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d110cb6-d75a-4e7c-b435-aff79cad3a1d",
            "gambit_id": "77101159-3e48-40fb-873a-f3116f159d88",
            "last_updated": "2022-09-18T09:37:48.191691-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3dee5ea-3e98-42cc-ab6a-ed9650607839/?format=api"
        },
        {
            "id": "24bc817d-1250-4248-88a2-4596814e329f",
            "gambit_id": "90d60035-2d73-4503-ad83-93252a9d4d51",
            "last_updated": "2022-09-18T09:37:48.190579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3dee5ea-3e98-42cc-ab6a-ed9650607839/?format=api"
        }
    ]
}