GET /api/bet_types/b27158ce-0e54-4a26-993b-a1302e9d16d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b27158ce-0e54-4a26-993b-a1302e9d16d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5ac7398-4919-40d8-92ae-b3f5c3922d39/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T13:13:16.019745-04: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 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d26112db-c8e3-49c6-ba97-aa2e88c60207",
            "gambit_id": "73092633-dfe1-4602-996f-b684aa801945",
            "last_updated": "2023-08-21T10:18:08.094077-04:00",
            "created_at": "2023-08-18T13:13:16.023755-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27158ce-0e54-4a26-993b-a1302e9d16d8/?format=api"
        },
        {
            "id": "2a9021c7-1c52-46de-8b57-2536790ca446",
            "gambit_id": "0bff2aa1-75d6-43ba-b806-d96a92d0e7dd",
            "last_updated": "2023-08-21T10:18:08.099522-04:00",
            "created_at": "2023-08-18T13:13:16.028405-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27158ce-0e54-4a26-993b-a1302e9d16d8/?format=api"
        }
    ]
}