GET /api/bet_types/f6451a42-3656-41c5-9774-6f7a8992d199/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6451a42-3656-41c5-9774-6f7a8992d199",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b5e3b9f-0489-4963-902c-3148f01b3667/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:17:59.940909-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": "Indiana Pacers",
                "amount": 5512.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe102ba1-797f-4c61-93d5-af044f5356a7",
            "gambit_id": "13b8557c-07aa-4fd8-be0e-6b2f19d438ce",
            "last_updated": "2023-12-26T15:18:19.547538-05:00",
            "created_at": "2023-12-23T09:17:59.948253-05:00",
            "name": "Indiana Pacers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6451a42-3656-41c5-9774-6f7a8992d199/?format=api"
        },
        {
            "id": "8934509c-483c-4b71-ab54-414eb881431a",
            "gambit_id": "4ec8c3ed-0db2-4582-ad4d-63ff0eaac847",
            "last_updated": "2023-12-26T15:18:19.542939-05:00",
            "created_at": "2023-12-23T09:17:59.944639-05:00",
            "name": "Orlando Magic",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6451a42-3656-41c5-9774-6f7a8992d199/?format=api"
        }
    ]
}