GET /api/bet_types/c24176fc-f51e-498d-974f-1ecb2bbafa47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c24176fc-f51e-498d-974f-1ecb2bbafa47",
    "match": "https://api-prod.gambitprofit.com/api/matches/91b02a52-87f9-4063-bad9-4c4cb216964c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-27T08:33:21.774986-04: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": "CHC",
                "amount": 6390.0
            },
            {
                "team": "STL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d85cf3d-3ecc-4569-a6f3-cd049b7cabc1",
            "gambit_id": "ce570f15-a7b7-4b4d-a5b5-6635f7b78ee3",
            "last_updated": "2023-07-28T09:38:25.117335-04:00",
            "created_at": "2023-07-27T08:33:21.778882-04:00",
            "name": "CHC",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c24176fc-f51e-498d-974f-1ecb2bbafa47/?format=api"
        },
        {
            "id": "b72a5de3-c9ad-49e2-bf01-9d3457bdd563",
            "gambit_id": "684412c9-6da6-4de4-a92b-e6e5b869546f",
            "last_updated": "2023-07-28T09:38:25.122731-04:00",
            "created_at": "2023-07-27T08:33:21.783362-04:00",
            "name": "STL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c24176fc-f51e-498d-974f-1ecb2bbafa47/?format=api"
        }
    ]
}