GET /api/bet_types/76b36ccd-76ff-43a9-ae2f-ac3be11a069d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76b36ccd-76ff-43a9-ae2f-ac3be11a069d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b49f122a-edb8-44fc-ad97-335bf97729f8/?format=api",
    "name": "FreeForm",
    "created_at": "2023-06-19T08:13:14.313059-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": "34baa39c-c2c3-423b-a181-10aeac8aae59",
            "gambit_id": "12558aa8-2b55-4abc-a8f9-942b692d023e",
            "last_updated": "2023-06-22T10:23:11.267894-04:00",
            "created_at": "2023-06-19T08:13:14.316949-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76b36ccd-76ff-43a9-ae2f-ac3be11a069d/?format=api"
        },
        {
            "id": "b12224bb-1df9-4b4d-91f0-deba77fa3014",
            "gambit_id": "4124c774-7a0a-460c-bc6a-b70fb90db52e",
            "last_updated": "2023-06-22T10:23:11.271831-04:00",
            "created_at": "2023-06-19T08:13:14.320148-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76b36ccd-76ff-43a9-ae2f-ac3be11a069d/?format=api"
        }
    ]
}