GET /api/bet_types/e8bbf2be-1107-432a-8f8a-43270043d576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8bbf2be-1107-432a-8f8a-43270043d576",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc0732c1-1b3f-4021-9240-1b67ff45b59b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T10:48:11.160332-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": "BOS",
                "amount": 5319.0
            },
            {
                "team": "KAN",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f88dbba-9a21-4a38-9d0d-75a694e3e6cc",
            "gambit_id": "bc1811fc-ea35-4df8-b6fa-3c6b94721f2c",
            "last_updated": "2023-09-05T10:32:58.223734-04:00",
            "created_at": "2023-09-03T10:48:11.164498-04:00",
            "name": "BOS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8bbf2be-1107-432a-8f8a-43270043d576/?format=api"
        },
        {
            "id": "f7f5a699-7f1b-4cdd-81ae-4868e008d26b",
            "gambit_id": "6406fa32-51af-4ac5-a7f6-ced2058f74fa",
            "last_updated": "2023-09-05T10:32:58.227044-04:00",
            "created_at": "2023-09-03T10:48:11.169131-04:00",
            "name": "KAN",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8bbf2be-1107-432a-8f8a-43270043d576/?format=api"
        }
    ]
}