GET /api/bet_types/3cf5585c-079f-4672-af19-ba9b1cc654e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cf5585c-079f-4672-af19-ba9b1cc654e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b56ce7a-e2b9-497c-8dd9-e47d338267ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Pittsburgh",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1000.0,
        "profit_sb_percentage": 10.53,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Pittsburgh",
                "amount": 8954.0
            },
            {
                "team": "Georgia Tech",
                "amount": 1046.0
            }
        ],
        "expected_reward_tokens": 9401.7,
        "profit_sb": -98.3,
        "profit_sb_percentage": -1.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bf05fe4-416e-4929-9860-8ad9a0a67339",
            "gambit_id": "c006855d-c3f6-43ba-bc6a-a1028a597b0a",
            "last_updated": "2022-10-03T11:17:26.584777-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.05000",
            "odds": "1.05560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cf5585c-079f-4672-af19-ba9b1cc654e9/?format=api"
        },
        {
            "id": "401d5037-d528-46c5-afba-6b5d1a69ecdc",
            "gambit_id": "65ea5013-f513-4e67-a3cd-3ab023a4210d",
            "last_updated": "2022-10-03T11:17:26.585781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "8.99000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cf5585c-079f-4672-af19-ba9b1cc654e9/?format=api"
        }
    ]
}