GET /api/bet_types/bedb2566-70ac-4d38-a289-0eeb4656d4f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bedb2566-70ac-4d38-a289-0eeb4656d4f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba109364-40df-4616-90fd-170dc0df02dc/?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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2608647e-e07b-4fb9-af7e-f807ee7be7a2",
            "gambit_id": "7b9b96b9-da33-44fe-b6b2-5344b601a700",
            "last_updated": "2022-09-27T09:51:59.860660-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/bedb2566-70ac-4d38-a289-0eeb4656d4f9/?format=api"
        },
        {
            "id": "0fa9ad9e-aa66-4e09-9b59-80db78d58df7",
            "gambit_id": "9e6e8fd0-b8d1-4822-b402-a15e4039d449",
            "last_updated": "2022-09-27T09:51:59.859427-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/bedb2566-70ac-4d38-a289-0eeb4656d4f9/?format=api"
        }
    ]
}