GET /api/bet_types/8207cef3-3991-4c36-8f92-39b50d8a54ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8207cef3-3991-4c36-8f92-39b50d8a54ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf65d164-c1ba-464a-b9ed-7b9c3b04a436/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T05:02:10.106827-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": "Charles \"Chaz\" Wasserman",
                "amount": 8487.0
            },
            {
                "team": "Cedric Severac",
                "amount": 1513.0
            }
        ],
        "expected_reward_tokens": 9590.31,
        "profit_sb": 90.31,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "3cad91cf-126b-4065-ab4e-d25c8fabf869",
            "gambit_id": "6fee5e3a-a554-4825-ba81-a70b64aaeeec",
            "last_updated": "2023-03-05T14:19:56.400530-05:00",
            "created_at": "2023-03-02T05:02:10.109856-05:00",
            "name": "Charles \"Chaz\" Wasserman",
            "reward": "1.13000",
            "odds": "1.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8207cef3-3991-4c36-8f92-39b50d8a54ba/?format=api"
        },
        {
            "id": "1899f1ec-a45a-41c8-8ca7-747baa47c986",
            "gambit_id": "04aeb382-8ba9-4e06-af19-3259c9947b77",
            "last_updated": "2023-03-05T14:19:56.399245-05:00",
            "created_at": "2023-03-02T05:02:10.108431-05:00",
            "name": "Cedric Severac",
            "reward": "6.34000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8207cef3-3991-4c36-8f92-39b50d8a54ba/?format=api"
        }
    ]
}