GET /api/bet_types/5855248c-7931-4867-8200-db306b863a3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5855248c-7931-4867-8200-db306b863a3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc387d61-f452-473a-907c-39108dfa9421/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Oregon State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 800.0,
        "profit_sb_percentage": 8.42,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Oregon State",
                "amount": 9189.0
            },
            {
                "team": "Colorado",
                "amount": 811.0
            }
        ],
        "expected_reward_tokens": 9464.37,
        "profit_sb": -35.63,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c365c0b-f571-4c9f-8e70-7b6a45dfb100",
            "gambit_id": "79cd5b0f-3ba3-4e5e-8797-86fe86fcd996",
            "last_updated": "2022-10-23T21:42:07.963745-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5855248c-7931-4867-8200-db306b863a3c/?format=api"
        },
        {
            "id": "17f892d2-ac06-477a-b17c-dfc8dd12c578",
            "gambit_id": "a5566481-18cf-449f-960c-5067b6e11d11",
            "last_updated": "2022-10-23T21:42:07.964823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "11.67000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5855248c-7931-4867-8200-db306b863a3c/?format=api"
        }
    ]
}