GET /api/bet_types/eabb5605-d003-4a3a-b746-18aa40a5e8a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eabb5605-d003-4a3a-b746-18aa40a5e8a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/73038dd3-8b64-4458-a86d-3a754fe09626/?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 9",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ee12ad7-e6e0-485e-8c24-3329315a139a",
            "gambit_id": "d3715d25-3d3e-4d51-8a79-d883d86a227e",
            "last_updated": "2022-08-21T12:52:07.774659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eabb5605-d003-4a3a-b746-18aa40a5e8a2/?format=api"
        },
        {
            "id": "77d7c64f-b445-4a28-97df-90c616ca088c",
            "gambit_id": "399da3b5-4452-42fe-b7b1-edc7c2284202",
            "last_updated": "2022-08-21T12:52:07.775121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eabb5605-d003-4a3a-b746-18aa40a5e8a2/?format=api"
        }
    ]
}