GET /api/bet_types/c54f2155-6ada-4183-b751-43cb247620c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c54f2155-6ada-4183-b751-43cb247620c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b7a3aff-5edb-416f-9a39-5a47b47d78bf/?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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d335a0ed-ddcf-4f20-82e3-dab864d2a010",
            "gambit_id": "ca126de7-b78c-4058-a0ca-7db099d853bd",
            "last_updated": "2022-09-19T10:16:54.368915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54f2155-6ada-4183-b751-43cb247620c2/?format=api"
        },
        {
            "id": "5607724f-2632-4a36-b514-a0c4c5e2b56d",
            "gambit_id": "0d93a916-a388-4384-bb7b-70626c9cacf8",
            "last_updated": "2022-09-19T10:16:54.370126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54f2155-6ada-4183-b751-43cb247620c2/?format=api"
        }
    ]
}