GET /api/bet_types/b82c924b-dd7d-4844-baff-3ce55baaf0f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b82c924b-dd7d-4844-baff-3ce55baaf0f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/776f360a-b6ee-4bb2-87a8-7d9e98d33074/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:25.015001-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2eac5e5b-fa15-43c2-a4ab-a0d6046aef55",
            "gambit_id": "75edf7e0-4843-453d-979d-24b2495ea994",
            "last_updated": "2024-01-17T22:08:10.106823-05:00",
            "created_at": "2024-01-15T10:23:25.019004-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b82c924b-dd7d-4844-baff-3ce55baaf0f1/?format=api"
        },
        {
            "id": "f5977be8-0379-4824-b45e-ee9aca4b3c1e",
            "gambit_id": "20763d8c-6df3-4bb6-8e66-b5c8e946abcc",
            "last_updated": "2024-01-17T22:08:10.110232-05:00",
            "created_at": "2024-01-15T10:23:25.023109-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b82c924b-dd7d-4844-baff-3ce55baaf0f1/?format=api"
        }
    ]
}