GET /api/bet_types/ccd4c5fc-f67b-4d69-a520-bf7755c008a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccd4c5fc-f67b-4d69-a520-bf7755c008a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3c7b499-d873-4573-add4-d612efa16358/?format=api",
    "name": "FreeForm",
    "created_at": "2023-08-04T08:53:00.243765-04: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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dde8898-785c-437e-9d56-c19d4e966cc5",
            "gambit_id": "9dd1ac3c-a8df-40b5-ac89-e159c6b325ca",
            "last_updated": "2023-08-07T15:08:15.818752-04:00",
            "created_at": "2023-08-04T08:53:00.248243-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccd4c5fc-f67b-4d69-a520-bf7755c008a5/?format=api"
        },
        {
            "id": "58ab510c-db91-4532-8162-b0e991238758",
            "gambit_id": "b7102087-8e57-46f9-ad3f-bba5504d5a8b",
            "last_updated": "2023-08-07T15:08:15.822087-04:00",
            "created_at": "2023-08-04T08:53:00.252532-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccd4c5fc-f67b-4d69-a520-bf7755c008a5/?format=api"
        }
    ]
}