GET /api/bet_types/3f50a6f8-8ad4-45ba-a6dd-b23e9c53b446/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f50a6f8-8ad4-45ba-a6dd-b23e9c53b446",
    "match": "https://api-prod.gambitprofit.com/api/matches/58acc7eb-a11f-47ad-9b52-c456e1c9c1fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-11T08:48:20.349190-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": "TEX",
                "amount": 6090.0
            },
            {
                "team": "TOR",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "09c0d5df-eb49-49ce-b3e3-729d9f368b00",
            "gambit_id": "e0d1cf65-9c06-4d26-aade-f3a116e4cada",
            "last_updated": "2023-09-12T21:23:18.195511-04:00",
            "created_at": "2023-09-11T08:48:20.353327-04:00",
            "name": "TEX",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f50a6f8-8ad4-45ba-a6dd-b23e9c53b446/?format=api"
        },
        {
            "id": "998ec788-3810-4910-b80c-354169a5022d",
            "gambit_id": "1b532f53-f005-48bb-bff9-c60eb1ad6dcb",
            "last_updated": "2023-09-12T21:23:18.198743-04:00",
            "created_at": "2023-09-11T08:48:20.357757-04:00",
            "name": "TOR",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f50a6f8-8ad4-45ba-a6dd-b23e9c53b446/?format=api"
        }
    ]
}