GET /api/bet_types/84281071-d47a-4628-9333-536586118410/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84281071-d47a-4628-9333-536586118410",
    "match": "https://api-prod.gambitprofit.com/api/matches/81449493-bc0f-44f6-abdd-b807e4aa216f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Wisconsin",
                "amount": 6989.0
            },
            {
                "team": "Michigan State",
                "amount": 3011.0
            }
        ],
        "expected_reward_tokens": 9574.93,
        "profit_sb": 74.93,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9e1e099-4bfd-4d8d-8f4e-aea9fea542c9",
            "gambit_id": "8f939502-88f7-4009-8556-d1a5c102bd36",
            "last_updated": "2022-10-17T09:42:12.486734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.37000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84281071-d47a-4628-9333-536586118410/?format=api"
        },
        {
            "id": "2c8d09f3-dea0-4175-8e24-b83592f585ff",
            "gambit_id": "bbdc611e-106c-4d4f-8e68-b8c07cf38dac",
            "last_updated": "2022-10-17T09:42:12.485808-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "3.18000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84281071-d47a-4628-9333-536586118410/?format=api"
        }
    ]
}