GET /api/bet_types/f1bab071-b388-45bd-afc1-9f3028496811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1bab071-b388-45bd-afc1-9f3028496811",
    "match": "https://api-prod.gambitprofit.com/api/matches/205d814d-3912-4a2c-abe3-69755dbcf8db/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Oklahoma",
                "amount": 5399.0
            },
            {
                "team": "Texas Tech",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "264978b5-f89b-42c8-b0a1-38172bac78ce",
            "gambit_id": "4eb19c42-a9f7-4198-96b9-94084276eb9e",
            "last_updated": "2022-11-28T09:27:02.389529-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1bab071-b388-45bd-afc1-9f3028496811/?format=api"
        },
        {
            "id": "2be0ff63-d2a8-4cc4-b712-3bf10c3a565f",
            "gambit_id": "807a69cb-77ea-40dc-aa25-221fc7ec6b3e",
            "last_updated": "2022-11-28T09:27:02.390511-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1bab071-b388-45bd-afc1-9f3028496811/?format=api"
        }
    ]
}