GET /api/bet_types/e4597883-efed-403d-b85b-b93ff11349ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4597883-efed-403d-b85b-b93ff11349ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/af94c3ee-6722-4415-8c16-61556258077a/?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": "Kansas City Chiefs",
                "amount": 7282.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 2718.0
            }
        ],
        "expected_reward_tokens": 9320.96,
        "profit_sb": -179.04,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "569ef2e7-8982-48b1-b41d-b0ec0a0163ad",
            "gambit_id": "1b8532ad-b881-4419-9a7a-d5751aef9ac3",
            "last_updated": "2022-10-11T12:02:03.431493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4597883-efed-403d-b85b-b93ff11349ba/?format=api"
        },
        {
            "id": "78681d47-10f7-4876-9648-e3951c3a5a76",
            "gambit_id": "1a4a97a0-6b7d-40b3-9e55-e2d0ae0ec434",
            "last_updated": "2022-10-11T12:02:03.432495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4597883-efed-403d-b85b-b93ff11349ba/?format=api"
        }
    ]
}