GET /api/bet_types/f4146af1-20ef-45d3-ab24-dce1b6e0df3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4146af1-20ef-45d3-ab24-dce1b6e0df3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f99f477-5679-4b1c-945f-495d547bcb13/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-31T23:03:19.683772-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": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0311170-efcd-4ce3-9f0f-17d72c75b05f",
            "gambit_id": "0703c7e8-d029-4f6a-86f6-857cd7d8b174",
            "last_updated": "2023-11-03T10:38:06.140800-04:00",
            "created_at": "2023-10-31T23:03:19.690815-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4146af1-20ef-45d3-ab24-dce1b6e0df3f/?format=api"
        },
        {
            "id": "6235b545-927d-4fcd-9134-17a22696cf97",
            "gambit_id": "787a3a0e-9a2f-4303-b61a-ab63aee73313",
            "last_updated": "2023-11-03T10:38:06.144782-04:00",
            "created_at": "2023-10-31T23:03:19.696057-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4146af1-20ef-45d3-ab24-dce1b6e0df3f/?format=api"
        }
    ]
}