GET /api/bet_types/ef633444-ba53-49a5-abdf-30a02511f976/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef633444-ba53-49a5-abdf-30a02511f976",
    "match": "https://api-prod.gambitprofit.com/api/matches/78153a65-81f9-414b-bc2b-32b0396b0648/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "UL Monroe",
                "amount": 5492.0
            },
            {
                "team": "Texas St",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b9cb584-e031-40d4-a1fe-cde5531e3201",
            "gambit_id": "6255af2c-d953-44e0-8dd0-d70999c8cc9c",
            "last_updated": "2022-11-06T16:08:18.135393-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef633444-ba53-49a5-abdf-30a02511f976/?format=api"
        },
        {
            "id": "a2ee3673-e813-461d-9d7f-506e0b8e9729",
            "gambit_id": "9d145009-e393-4349-9186-a0641c5cc899",
            "last_updated": "2022-11-06T16:08:18.136510-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef633444-ba53-49a5-abdf-30a02511f976/?format=api"
        }
    ]
}