GET /api/bet_types/79a79752-bd87-4060-8507-acda4dd99a3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79a79752-bd87-4060-8507-acda4dd99a3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2df6d73-42df-4eaf-82a7-3a363d37b8aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:13.410390-04: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 State",
                "amount": 7440.0
            },
            {
                "team": "Montana State",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9446.4,
        "profit_sb": -53.6,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ce71b8d-db4e-4d65-95de-d4d81b994d06",
            "gambit_id": "e592d932-9c20-4f45-adaa-86a5e77f799c",
            "last_updated": "2023-03-18T11:32:26.241761-04:00",
            "created_at": "2023-03-14T19:52:13.412575-04:00",
            "name": "Kansas State",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79a79752-bd87-4060-8507-acda4dd99a3d/?format=api"
        },
        {
            "id": "8f5f85f3-48a0-45d1-a8b5-a65b3402ce58",
            "gambit_id": "abbf755d-b9d1-4e1b-ba56-3d5a977303f3",
            "last_updated": "2023-03-18T11:32:26.243211-04:00",
            "created_at": "2023-03-14T19:52:13.414552-04:00",
            "name": "Montana State",
            "reward": "3.69000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79a79752-bd87-4060-8507-acda4dd99a3d/?format=api"
        }
    ]
}