GET /api/bet_types/f94ee066-253d-471f-a2ba-d0282f409ad5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f94ee066-253d-471f-a2ba-d0282f409ad5",
    "match": "https://api-prod.gambitprofit.com/api/matches/db454957-2216-4a6a-943e-fe22fa8497cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:09.898310-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 8938.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1062.0
            }
        ],
        "expected_reward_tokens": 9473.04,
        "profit_sb": -26.96,
        "profit_sb_percentage": -0.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "14cc39e8-2359-4d4e-a736-47be8f1d7c79",
            "gambit_id": "da97586c-1edc-4f03-8227-d861e2902956",
            "last_updated": "2023-04-03T20:12:05.502269-04:00",
            "created_at": "2023-04-02T09:57:09.900312-04:00",
            "name": "Sacramento Kings",
            "reward": "1.06000",
            "odds": "1.05880",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f94ee066-253d-471f-a2ba-d0282f409ad5/?format=api"
        },
        {
            "id": "6e529c18-62b7-4fdf-8b5d-6fd2c347c640",
            "gambit_id": "81a7e300-9677-423f-8443-a50dcaf58059",
            "last_updated": "2023-04-03T20:12:05.504092-04:00",
            "created_at": "2023-04-02T09:57:09.902395-04:00",
            "name": "San Antonio Spurs",
            "reward": "8.92000",
            "odds": "9.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f94ee066-253d-471f-a2ba-d0282f409ad5/?format=api"
        }
    ]
}