GET /api/bet_types/8cfe5354-a111-4ba2-903c-6a0d336d00bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cfe5354-a111-4ba2-903c-6a0d336d00bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/802fce38-d83e-4fa5-b8d4-c976fc6ed9d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-10T09:58:03.119855-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": "Minnesota Wild",
                "amount": 5421.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "285a21cd-8a43-4e5f-a731-62bf8bb4f392",
            "gambit_id": "17f5e939-bae9-43cd-8b30-8f01b3a96246",
            "last_updated": "2023-12-12T10:23:16.750707-05:00",
            "created_at": "2023-12-10T09:58:03.124013-05:00",
            "name": "Minnesota Wild",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cfe5354-a111-4ba2-903c-6a0d336d00bd/?format=api"
        },
        {
            "id": "aa413dc5-2566-4f27-bcff-e409118c9a41",
            "gambit_id": "5e23f3f8-eafb-4118-8d12-5a1cfb5fc3a4",
            "last_updated": "2023-12-12T10:23:16.754241-05:00",
            "created_at": "2023-12-10T09:58:03.128951-05:00",
            "name": "Seattle Kraken",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cfe5354-a111-4ba2-903c-6a0d336d00bd/?format=api"
        }
    ]
}