GET /api/bet_types/fc8bfe52-00d1-4d8b-93b1-478e93b5a955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc8bfe52-00d1-4d8b-93b1-478e93b5a955",
    "match": "https://api-prod.gambitprofit.com/api/matches/beeaf35d-4f4d-4f9c-ba59-d6344c430991/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-10T08:46:52.051167-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "21a34265-075f-4161-bcca-e89b1ae145fa",
            "gambit_id": "2279c02d-5df5-40de-8e3e-e19599f0c9d0",
            "last_updated": "2023-03-11T11:17:15.901724-05:00",
            "created_at": "2023-03-10T08:46:52.053705-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc8bfe52-00d1-4d8b-93b1-478e93b5a955/?format=api"
        },
        {
            "id": "e60b68ba-9829-4dcc-bfef-0d995a04aa90",
            "gambit_id": "3a0e677c-d7ab-4f82-9b8e-c9db3788e6a5",
            "last_updated": "2023-03-11T11:17:15.900475-05:00",
            "created_at": "2023-03-10T08:46:52.052349-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc8bfe52-00d1-4d8b-93b1-478e93b5a955/?format=api"
        }
    ]
}