GET /api/bet_types/6b310398-e2b8-48a4-81f2-d807ba41331f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b310398-e2b8-48a4-81f2-d807ba41331f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b7de202-382b-4b5c-a7e4-e9888e015a2a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T10:03:18.882164-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": "Bruno Ferreira",
                "amount": 5496.0
            },
            {
                "team": "Phil Hawes",
                "amount": 4504.0
            }
        ],
        "expected_reward_tokens": 9233.2,
        "profit_sb": -266.8,
        "profit_sb_percentage": -2.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fa4abd5-8ce6-424c-8b6a-d203bb8d7f25",
            "gambit_id": "5b9d939d-d8cd-4af2-aef1-31595a676e0a",
            "last_updated": "2024-01-17T22:48:14.776911-05:00",
            "created_at": "2024-01-12T10:03:18.886722-05:00",
            "name": "Bruno Ferreira",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b310398-e2b8-48a4-81f2-d807ba41331f/?format=api"
        },
        {
            "id": "32e1081d-a0cd-4e6e-8ee4-ee764a94d860",
            "gambit_id": "0e62303c-44a6-4866-9c26-87e424fd6cef",
            "last_updated": "2024-01-17T22:48:14.780473-05:00",
            "created_at": "2024-01-12T10:03:18.891110-05:00",
            "name": "Phil Hawes",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b310398-e2b8-48a4-81f2-d807ba41331f/?format=api"
        }
    ]
}