GET /api/bet_types/7e291da0-ba0e-4863-abfb-bcbcdadb4391/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e291da0-ba0e-4863-abfb-bcbcdadb4391",
    "match": "https://api-prod.gambitprofit.com/api/matches/48c460e2-19a7-4060-9fe8-e7ebf9a238cc/?format=api",
    "name": "FreeForm",
    "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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a99e4e55-7912-4f76-8e0c-9032c252d3af",
            "gambit_id": "36c02da2-a425-4850-8bfb-8ea5fdaed018",
            "last_updated": "2022-10-03T11:37:31.445198-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e291da0-ba0e-4863-abfb-bcbcdadb4391/?format=api"
        },
        {
            "id": "282e9a6a-9492-4232-a39f-6070f1d5d712",
            "gambit_id": "a3dd9bc6-2ab0-409f-ae17-1e65f177349b",
            "last_updated": "2022-10-03T11:37:31.446327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e291da0-ba0e-4863-abfb-bcbcdadb4391/?format=api"
        }
    ]
}