GET /api/bet_types/288c7e7b-9f18-4ea1-a0df-2de161d4560d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "288c7e7b-9f18-4ea1-a0df-2de161d4560d",
    "match": "https://api-prod.gambitprofit.com/api/matches/78f6cb31-71dc-4157-8bd2-6a96dabf6923/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:52.814784-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": "Vancouver Canucks",
                "amount": 6100.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9c2f940-015e-4784-95c7-b000dddc729b",
            "gambit_id": "2f4d6d5e-26d3-4d61-b287-bfba639b9562",
            "last_updated": "2023-03-24T10:46:52.912306-04:00",
            "created_at": "2023-03-23T09:06:52.816460-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/288c7e7b-9f18-4ea1-a0df-2de161d4560d/?format=api"
        },
        {
            "id": "f33549a2-8094-4c06-94ca-5cbce87c5b32",
            "gambit_id": "0d8f8b39-efd7-45ca-942c-f5c29a7bbd66",
            "last_updated": "2023-03-24T10:46:52.914769-04:00",
            "created_at": "2023-03-23T09:06:52.818182-04:00",
            "name": "San Jose Sharks",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/288c7e7b-9f18-4ea1-a0df-2de161d4560d/?format=api"
        }
    ]
}