GET /api/bet_types/deeb5766-2412-4d21-b36e-311f03951d27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deeb5766-2412-4d21-b36e-311f03951d27",
    "match": "https://api-prod.gambitprofit.com/api/matches/60447f02-ad14-4968-a8ff-1135d6e6f8bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:01.746439-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": "Orlando Magic",
                "amount": 7221.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "2dc8a2b3-9cdc-47d7-ac86-e425dd41eb2d",
            "gambit_id": "a98556b9-9d18-4b2a-80a6-1141cd471932",
            "last_updated": "2023-02-24T12:32:15.027305-05:00",
            "created_at": "2023-02-23T09:07:01.747770-05:00",
            "name": "Orlando Magic",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeb5766-2412-4d21-b36e-311f03951d27/?format=api"
        },
        {
            "id": "c69a26c0-8030-4f23-a8db-c575b73a8485",
            "gambit_id": "6458801e-aefe-4d21-b932-b90920dfb655",
            "last_updated": "2023-02-24T12:32:15.028533-05:00",
            "created_at": "2023-02-23T09:07:01.749096-05:00",
            "name": "Detroit Pistons",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeb5766-2412-4d21-b36e-311f03951d27/?format=api"
        }
    ]
}