GET /api/bet_types/164c9c46-a45f-457e-9198-ae15cd136911/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "164c9c46-a45f-457e-9198-ae15cd136911",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3956b60-27c6-4155-8927-dcda1bde9275/?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": "South Alabama",
                "amount": 5000.0
            },
            {
                "team": "Western Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb59717f-330f-4996-b505-ecbe56c7e9c8",
            "gambit_id": "3501ecfb-9a08-432b-a508-1d693bd400c7",
            "last_updated": "2022-12-22T10:02:15.870220-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/164c9c46-a45f-457e-9198-ae15cd136911/?format=api"
        },
        {
            "id": "46129b5d-5e32-4061-b4c6-ac1df23e3d10",
            "gambit_id": "a0e270a3-107b-4484-9754-5087181c5932",
            "last_updated": "2022-12-22T10:02:15.871272-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/164c9c46-a45f-457e-9198-ae15cd136911/?format=api"
        }
    ]
}