GET /api/bet_types/3cfaffa8-8388-4b38-962a-a0b1466587c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cfaffa8-8388-4b38-962a-a0b1466587c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c36be00-3d01-40ab-92ce-528c4dfe0700/?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": "156dde50-e832-428d-93fb-583666d1cb73",
            "gambit_id": "8e39d60d-01ef-47d0-bf78-ab411a66f62d",
            "last_updated": "2022-12-05T11:57:13.511784-05: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/3cfaffa8-8388-4b38-962a-a0b1466587c6/?format=api"
        },
        {
            "id": "be33e84e-4bc1-4ea1-a434-02acfde0c1a4",
            "gambit_id": "9af063e1-71b9-406d-9d7b-5d5b5d24bba6",
            "last_updated": "2022-12-05T11:57:13.512766-05: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/3cfaffa8-8388-4b38-962a-a0b1466587c6/?format=api"
        }
    ]
}