GET /api/bet_types/e695c962-9468-4e06-9d61-94c8283559db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e695c962-9468-4e06-9d61-94c8283559db",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c2ad9cc-4948-42a7-8b07-abc62ec188ea/?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": "Seattle Surge",
                "amount": 5571.0
            },
            {
                "team": "London Royal Ravens",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 8857.89,
        "profit_sb": -142.11,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e514fbd-fd34-45e8-9d41-70140d359bd6",
            "gambit_id": "38620c33-da50-4b51-a0f8-a5cf3ad1d638",
            "last_updated": "2022-12-24T17:12:26.358982-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Surge",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e695c962-9468-4e06-9d61-94c8283559db/?format=api"
        },
        {
            "id": "1da85848-becf-4ac1-84fe-5bc65f9f7751",
            "gambit_id": "b8de001d-94fa-4211-96e7-91e4d7c257be",
            "last_updated": "2022-12-24T17:12:26.360063-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "London Royal Ravens",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e695c962-9468-4e06-9d61-94c8283559db/?format=api"
        }
    ]
}