GET /api/bet_types/5a11c895-20fc-4f7a-833c-c3911e0ea18e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a11c895-20fc-4f7a-833c-c3911e0ea18e",
    "match": "https://api-prod.gambitprofit.com/api/matches/95d22a5a-82ad-420f-ade9-a1da9daba709/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:06.519267-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": "Oklahoma",
                "amount": 5000.0
            },
            {
                "team": "Florida State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4e73146-411d-4bf2-a0f6-e174e9b8bc0b",
            "gambit_id": "1b536efe-db10-4f51-8544-1deae513b47d",
            "last_updated": "2022-12-31T10:31:58.210522-05:00",
            "created_at": "2022-12-29T08:42:06.521618-05:00",
            "name": "Oklahoma",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a11c895-20fc-4f7a-833c-c3911e0ea18e/?format=api"
        },
        {
            "id": "94907187-353c-4688-972a-78e2f54f7264",
            "gambit_id": "add59684-9515-4c3a-ad73-7e6c97b037e0",
            "last_updated": "2022-12-31T10:31:58.209435-05:00",
            "created_at": "2022-12-29T08:42:06.520412-05:00",
            "name": "Florida State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a11c895-20fc-4f7a-833c-c3911e0ea18e/?format=api"
        }
    ]
}