GET /api/bet_types/867e3c32-6cb1-49a6-b01b-b92287360734/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "867e3c32-6cb1-49a6-b01b-b92287360734",
    "match": "https://api-prod.gambitprofit.com/api/matches/4764ae43-5a71-4448-9bcb-445089bb1150/?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": "Mississippi State",
                "amount": 6104.0
            },
            {
                "team": "Kentucky",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "2059726a-9a23-48a1-9b0a-2bb4c9439c1e",
            "gambit_id": "bd3588f3-6dbc-4563-9313-8c24130ac5a6",
            "last_updated": "2022-10-17T09:56:54.782671-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867e3c32-6cb1-49a6-b01b-b92287360734/?format=api"
        },
        {
            "id": "2fc7a527-69a2-4548-bf2b-3813eaf24ed4",
            "gambit_id": "980440f4-e4aa-4d55-880a-381b68b2247a",
            "last_updated": "2022-10-17T09:56:54.783616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867e3c32-6cb1-49a6-b01b-b92287360734/?format=api"
        }
    ]
}