GET /api/bet_types/c30e5951-4ae6-4d4e-a4ec-ebf6f70b84df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c30e5951-4ae6-4d4e-a4ec-ebf6f70b84df",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dd26312-4e85-4a6b-9d7b-6eb0881ad50e/?format=api",
    "name": "Play the Odds",
    "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": "Virginia",
                "amount": 5000.0
            },
            {
                "team": "Illinois",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "42e5b541-eb3f-4fcc-93d0-1b99dc710d55",
            "gambit_id": "096abcd7-dccb-475d-8b38-74c6e8cb77ba",
            "last_updated": "2022-09-11T10:52:29.886055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c30e5951-4ae6-4d4e-a4ec-ebf6f70b84df/?format=api"
        },
        {
            "id": "0595b57b-c605-4000-8bc4-757b4d82e115",
            "gambit_id": "2d7fa2af-1790-4736-8769-b555fc88e525",
            "last_updated": "2022-09-11T10:52:29.884803-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c30e5951-4ae6-4d4e-a4ec-ebf6f70b84df/?format=api"
        }
    ]
}