GET /api/bet_types/61855c42-8e4f-40a6-b386-7e97de6e1e4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61855c42-8e4f-40a6-b386-7e97de6e1e4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb17da80-cf76-4595-8e4c-eb665487aa39/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Eastern Michigan",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Eastern Michigan",
                "amount": 8796.0
            },
            {
                "team": "Massachusetts",
                "amount": 1204.0
            }
        ],
        "expected_reward_tokens": 9411.72,
        "profit_sb": 411.72,
        "profit_sb_percentage": 4.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5a9b11c-5126-4fd9-98b6-f2eff2114e17",
            "gambit_id": "b275ed56-48ec-46c2-82bb-11cb57ee2112",
            "last_updated": "2022-10-02T20:02:03.712014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61855c42-8e4f-40a6-b386-7e97de6e1e4c/?format=api"
        },
        {
            "id": "ad5c3e61-8bc6-4815-822f-c3615643b8df",
            "gambit_id": "e094b9b3-efc8-43a7-8821-0ab688d28f42",
            "last_updated": "2022-10-02T20:02:03.713002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "7.82000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61855c42-8e4f-40a6-b386-7e97de6e1e4c/?format=api"
        }
    ]
}