GET /api/bet_types/bb6b07f4-f5c6-4349-9126-aa00dccd72f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb6b07f4-f5c6-4349-9126-aa00dccd72f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/051bcbc3-d938-4071-a4f9-7fffb1dea796/?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": "North Texas",
                "amount": 5204.0
            },
            {
                "team": "UTEP",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "fcd8bba8-d3b7-4488-81ba-9bbef9cabb76",
            "gambit_id": "8df20bcf-54d1-4d81-afab-cbbb90ef27e2",
            "last_updated": "2022-08-28T11:27:16.968849-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb6b07f4-f5c6-4349-9126-aa00dccd72f5/?format=api"
        },
        {
            "id": "35038b1c-d255-4ea7-8254-24a5e7c01d9a",
            "gambit_id": "8a1aa789-d27d-433a-b434-a49bddedfaa1",
            "last_updated": "2022-08-28T11:27:16.968397-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb6b07f4-f5c6-4349-9126-aa00dccd72f5/?format=api"
        }
    ]
}