GET /api/bet_types/d733ef2e-e35e-4fc2-8720-22d6fef9679b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d733ef2e-e35e-4fc2-8720-22d6fef9679b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b20aecc2-b9d2-4ea0-b43d-7df49decbf74/?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": "Kent State",
                "amount": 8435.0
            },
            {
                "team": "Akron",
                "amount": 1565.0
            }
        ],
        "expected_reward_tokens": 9530.85,
        "profit_sb": 30.85,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "6bcab617-5732-4cfc-a4fb-e0512886bb69",
            "gambit_id": "e2d959f6-16ef-49eb-a81f-e5f188327e99",
            "last_updated": "2022-10-23T09:17:15.025763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.13000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d733ef2e-e35e-4fc2-8720-22d6fef9679b/?format=api"
        },
        {
            "id": "f13244fe-6eb6-4ad0-b0a3-41b55343c53b",
            "gambit_id": "e5203400-dcbb-4806-9c02-c71fc4633031",
            "last_updated": "2022-10-23T09:17:15.026750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "6.09000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d733ef2e-e35e-4fc2-8720-22d6fef9679b/?format=api"
        }
    ]
}