GET /api/bet_types/5f988819-a72b-4138-97d9-b23b2605f551/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f988819-a72b-4138-97d9-b23b2605f551",
    "match": "https://api-prod.gambitprofit.com/api/matches/d521eae5-c2ce-44fe-8c06-e1312ba121eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T13:31:55.202495-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": "Kansas City Chiefs",
                "amount": 7959.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 2041.0
            }
        ],
        "expected_reward_tokens": 9550.8,
        "profit_sb": 50.8,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "28feaf7a-e17f-4e3e-8fbd-2ceef8fdfd2a",
            "gambit_id": "6caf291b-fb48-423c-ac39-e76ba64ca164",
            "last_updated": "2023-01-22T21:26:55.701321-05:00",
            "created_at": "2023-01-20T13:31:55.203875-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.20000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f988819-a72b-4138-97d9-b23b2605f551/?format=api"
        },
        {
            "id": "885621a5-dbe4-4a7b-88c4-f7d759bc16f8",
            "gambit_id": "4c0ee94a-418d-4173-ba95-c3adf2e7f35e",
            "last_updated": "2023-01-22T21:26:55.702465-05:00",
            "created_at": "2023-01-20T13:31:55.205309-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "4.68000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f988819-a72b-4138-97d9-b23b2605f551/?format=api"
        }
    ]
}