GET /api/bet_types/08ccee97-738d-4d47-971f-e8d802fc4687/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08ccee97-738d-4d47-971f-e8d802fc4687",
    "match": "https://api-prod.gambitprofit.com/api/matches/c87c8910-e5e1-4ee0-abd1-33bc49b3bb18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T14:37:19.622104-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Houston",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 800.0,
        "profit_sb_percentage": 8.42,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Houston",
                "amount": 9182.0
            },
            {
                "team": "Northern Kentucky",
                "amount": 818.0
            }
        ],
        "expected_reward_tokens": 9456.08,
        "profit_sb": -43.92,
        "profit_sb_percentage": -0.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "8195e880-e80a-4d38-b801-d098b37ed127",
            "gambit_id": "b7fe6743-3c66-4c16-a464-88a0d29c648c",
            "last_updated": "2023-03-17T10:37:20.906980-04:00",
            "created_at": "2023-03-15T14:37:19.623302-04:00",
            "name": "Houston",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08ccee97-738d-4d47-971f-e8d802fc4687/?format=api"
        },
        {
            "id": "28fe26f7-ad4d-48be-bc34-e9e3e37639d6",
            "gambit_id": "61c26e5a-7c6f-4634-a4dc-06a78b5afcbc",
            "last_updated": "2023-03-17T10:37:20.908031-04:00",
            "created_at": "2023-03-15T14:37:19.624572-04:00",
            "name": "Northern Kentucky",
            "reward": "11.56000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08ccee97-738d-4d47-971f-e8d802fc4687/?format=api"
        }
    ]
}