GET /api/bet_types/f8f03032-fa0e-486c-9de0-d08a31bfef10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8f03032-fa0e-486c-9de0-d08a31bfef10",
    "match": "https://api-prod.gambitprofit.com/api/matches/1252124f-68d0-461a-8dad-3e6fec595445/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-10T09:38:08.697797-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": "San Antonio Spurs",
                "amount": 5773.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "72ad974a-a99e-4ceb-a58f-f435435ca66a",
            "gambit_id": "3f931c5d-1d3f-4509-a1ec-91c6187d5d20",
            "last_updated": "2024-01-11T11:28:09.028459-05:00",
            "created_at": "2024-01-10T09:38:08.703081-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f03032-fa0e-486c-9de0-d08a31bfef10/?format=api"
        },
        {
            "id": "f77928c7-546b-4bde-a401-834280f3585d",
            "gambit_id": "aee98f8d-5b42-46e5-bc78-075254c5ac93",
            "last_updated": "2024-01-11T11:28:09.032398-05:00",
            "created_at": "2024-01-10T09:38:08.714638-05:00",
            "name": "Detroit Pistons",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f03032-fa0e-486c-9de0-d08a31bfef10/?format=api"
        }
    ]
}