GET /api/bet_types/86eb363a-22a1-4310-b9d1-28bc6a2a5888/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86eb363a-22a1-4310-b9d1-28bc6a2a5888",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1f66c57-34f0-4f82-ae22-6334ba03bddd/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Royal Never Give Up",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Royal Never Give Up",
                "amount": 8590.0
            },
            {
                "team": "Invictus Gaming",
                "amount": 1410.0
            }
        ],
        "expected_reward_tokens": 9105.4,
        "profit_sb": 105.4,
        "profit_sb_percentage": 1.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "f099aeee-5f17-4611-89db-61e1604b3915",
            "gambit_id": "71659ee8-5ae8-44f2-b373-365b65d8efa6",
            "last_updated": "2022-08-08T12:11:54.663936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Royal Never Give Up",
            "reward": "1.06000",
            "odds": "1.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86eb363a-22a1-4310-b9d1-28bc6a2a5888/?format=api"
        },
        {
            "id": "72e67875-8b8a-4e02-a6c9-2b828935d906",
            "gambit_id": "4819abed-3626-434e-b4d0-6584d6afbd84",
            "last_updated": "2022-08-08T12:11:54.663254-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Invictus Gaming",
            "reward": "6.46000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86eb363a-22a1-4310-b9d1-28bc6a2a5888/?format=api"
        }
    ]
}