GET /api/bet_types/fa04e732-9207-4b58-b42e-51dafbad2aa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa04e732-9207-4b58-b42e-51dafbad2aa7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba35daa2-f7d8-410e-a04b-b2fa719f34bf/?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": "Denver Nuggets",
                "amount": 5304.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "14f58f04-cc05-4326-a657-5a23cd1aae36",
            "gambit_id": "ca4460cf-7b21-4428-b3b8-bf386a9c599e",
            "last_updated": "2022-12-17T19:32:20.477854-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa04e732-9207-4b58-b42e-51dafbad2aa7/?format=api"
        },
        {
            "id": "4eba2184-a514-48fd-a9c3-12047a75238c",
            "gambit_id": "9cfc1dd5-405b-4a75-932e-5b181c457503",
            "last_updated": "2022-12-17T19:32:20.476708-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa04e732-9207-4b58-b42e-51dafbad2aa7/?format=api"
        }
    ]
}