GET /api/bet_types/a56da391-796d-4ab8-b9ff-e4f4a58be65d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a56da391-796d-4ab8-b9ff-e4f4a58be65d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a2b7b0c-b7bb-4922-bf40-2cbc5ecc1bde/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-06T09:23:24.597534-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": "Toronto Maple Leafs",
                "amount": 7152.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9207ab9-b155-4fc2-9126-dbb79a776da2",
            "gambit_id": "980d0345-5c80-4425-9478-f112b07d3ed2",
            "last_updated": "2024-01-09T10:13:23.721816-05:00",
            "created_at": "2024-01-06T09:23:24.601614-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a56da391-796d-4ab8-b9ff-e4f4a58be65d/?format=api"
        },
        {
            "id": "9fb90b3a-462d-4c3b-a247-6c91619f83e7",
            "gambit_id": "ed081c86-2e0e-4a9e-becf-32d8a190f9d9",
            "last_updated": "2024-01-09T10:13:23.725473-05:00",
            "created_at": "2024-01-06T09:23:24.605570-05:00",
            "name": "San Jose Sharks",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a56da391-796d-4ab8-b9ff-e4f4a58be65d/?format=api"
        }
    ]
}