GET /api/bet_types/f24b293a-cd9e-4e93-9fbc-7abbefda53b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f24b293a-cd9e-4e93-9fbc-7abbefda53b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c704117-c244-4310-bd31-b0406c17d70e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:18:23.188714-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": "Milwaukee Bucks",
                "amount": 8079.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1921.0
            }
        ],
        "expected_reward_tokens": 9451.32,
        "profit_sb": -48.68,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "c32aa4a1-f1ab-44de-8f30-ab8afa5a2015",
            "gambit_id": "d819b083-43da-4141-b75f-58f1ccca0640",
            "last_updated": "2024-01-05T14:03:04.662049-05:00",
            "created_at": "2024-01-04T09:18:23.193446-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f24b293a-cd9e-4e93-9fbc-7abbefda53b8/?format=api"
        },
        {
            "id": "ed116092-10a1-4fa4-bf6f-98067df190ba",
            "gambit_id": "e8f8b36c-6d87-4c74-95bf-798596af3002",
            "last_updated": "2024-01-05T14:03:04.665337-05:00",
            "created_at": "2024-01-04T09:18:23.198112-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.92000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f24b293a-cd9e-4e93-9fbc-7abbefda53b8/?format=api"
        }
    ]
}