GET /api/bet_types/1cb755f7-492b-4546-bad6-731c0c4b3b0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cb755f7-492b-4546-bad6-731c0c4b3b0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d27c1441-8091-4769-a274-947f55f08b97/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "BYU",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "BYU",
                "amount": 9185.0
            },
            {
                "team": "Utah State",
                "amount": 815.0
            }
        ],
        "expected_reward_tokens": 9368.7,
        "profit_sb": 368.7,
        "profit_sb_percentage": 4.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "653139c7-9b9d-4dc1-943e-61b00d01d108",
            "gambit_id": "26e4af70-5b7e-46bd-b246-7880d420d1de",
            "last_updated": "2022-09-30T09:42:52.007721-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.02000",
            "odds": "1.02500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb755f7-492b-4546-bad6-731c0c4b3b0e/?format=api"
        },
        {
            "id": "4b7ab75b-b580-423e-a713-1b163ad38366",
            "gambit_id": "71570906-6bcb-400f-a675-dc81ae004e08",
            "last_updated": "2022-09-30T09:42:52.008684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "11.50000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb755f7-492b-4546-bad6-731c0c4b3b0e/?format=api"
        }
    ]
}