GET /api/bet_types/98b44e62-a279-4552-9489-20db0058560c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98b44e62-a279-4552-9489-20db0058560c",
    "match": "https://api-prod.gambitprofit.com/api/matches/09343b90-bc74-4663-97b0-33cdb57b0215/?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": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0baf18fb-58a3-45ee-9351-c4eba3221c73",
            "gambit_id": "95a409ad-bc79-4e1f-8681-bdcb4e9bd63f",
            "last_updated": "2022-09-18T20:52:09.833827-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b44e62-a279-4552-9489-20db0058560c/?format=api"
        },
        {
            "id": "11b8447a-fdbf-4b98-9a8f-3e668bf6ec16",
            "gambit_id": "98c64fcd-f601-4fbe-a4fb-5dc4c1ccd5d5",
            "last_updated": "2022-09-18T20:52:09.834871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b44e62-a279-4552-9489-20db0058560c/?format=api"
        }
    ]
}