GET /api/bet_types/5cef6278-77dc-4570-8577-cb08f4422175/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cef6278-77dc-4570-8577-cb08f4422175",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ed10e1f-5624-41fa-8b24-ac124944a84d/?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": "Los Angeles Clippers",
                "amount": 6410.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3590.0
            }
        ],
        "expected_reward_tokens": 9549.4,
        "profit_sb": 49.4,
        "profit_sb_percentage": 0.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5df8f28-9618-4e11-839d-4edb65294bee",
            "gambit_id": "0a6adc94-be26-4ce6-b4fa-094ca1e916d9",
            "last_updated": "2022-10-21T11:11:58.252540-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cef6278-77dc-4570-8577-cb08f4422175/?format=api"
        },
        {
            "id": "e0283951-eda9-4cef-83a3-3268fcd8e662",
            "gambit_id": "026c0a53-9eb7-4e03-b1a1-9dff1cb8accd",
            "last_updated": "2022-10-21T11:11:58.251393-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.66000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cef6278-77dc-4570-8577-cb08f4422175/?format=api"
        }
    ]
}