GET /api/bet_types/1b770354-46fc-4104-a4b6-e25a4d1f3e05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b770354-46fc-4104-a4b6-e25a4d1f3e05",
    "match": "https://api-prod.gambitprofit.com/api/matches/56662e1b-ffdd-4d4e-83f8-2b50104452f7/?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": "Miami-Ohio",
                "amount": 7399.0
            },
            {
                "team": "Akron",
                "amount": 2601.0
            }
        ],
        "expected_reward_tokens": 9544.71,
        "profit_sb": 44.71,
        "profit_sb_percentage": 0.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc61f556-fc46-43c2-81a5-558e74947e9a",
            "gambit_id": "b329fbce-2ce7-4445-987d-ea834934a35d",
            "last_updated": "2022-10-31T10:52:25.410346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.29000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b770354-46fc-4104-a4b6-e25a4d1f3e05/?format=api"
        },
        {
            "id": "804b19c3-c1bc-4684-adc2-6e91b9c01f84",
            "gambit_id": "01d18a3d-1cd1-4ecc-b7a1-8185e2051203",
            "last_updated": "2022-10-31T10:52:25.409319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "3.67000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b770354-46fc-4104-a4b6-e25a4d1f3e05/?format=api"
        }
    ]
}