GET /api/bet_types/58422244-716a-4aa0-a403-fd672f121c3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58422244-716a-4aa0-a403-fd672f121c3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c8ec7e8-4a9f-4b28-bd3a-90eeb1b524ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:07.757604-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": "Memphis Grizzlies",
                "amount": 6099.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "67883daa-1a2e-4169-8e68-9e7548ce9712",
            "gambit_id": "931cff9d-4bd1-41af-bce1-fd55e836d647",
            "last_updated": "2022-12-31T10:36:55.901129-05:00",
            "created_at": "2022-12-29T08:42:07.759930-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58422244-716a-4aa0-a403-fd672f121c3a/?format=api"
        },
        {
            "id": "d96e42ec-2433-465e-beeb-5a664edd1193",
            "gambit_id": "4aee03be-edee-4c80-beb5-2134c79c20b5",
            "last_updated": "2022-12-31T10:36:55.900006-05:00",
            "created_at": "2022-12-29T08:42:07.758745-05:00",
            "name": "Toronto Raptors",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58422244-716a-4aa0-a403-fd672f121c3a/?format=api"
        }
    ]
}