GET /api/bet_types/dbe33605-eedb-4cc3-9acc-bf10bf1854a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbe33605-eedb-4cc3-9acc-bf10bf1854a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d629fd7f-8105-4bcf-8077-301f9ae1ae89/?format=api",
    "name": "FreeForm",
    "created_at": "2022-12-24T08:37:01.967526-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": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d5c79d5-3988-4ceb-90cc-04c4f174eeca",
            "gambit_id": "31857537-5b4e-4fcb-8c44-e6727d4c9edb",
            "last_updated": "2022-12-27T10:17:02.661700-05:00",
            "created_at": "2022-12-24T08:37:01.969052-05:00",
            "name": "Even",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbe33605-eedb-4cc3-9acc-bf10bf1854a7/?format=api"
        },
        {
            "id": "4fc58b9e-df2a-4bfc-b955-32ef08e114a6",
            "gambit_id": "674689f7-c0a3-4e7e-a580-c1951b6333c1",
            "last_updated": "2022-12-27T10:17:02.662835-05:00",
            "created_at": "2022-12-24T08:37:01.970438-05:00",
            "name": "Odd",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbe33605-eedb-4cc3-9acc-bf10bf1854a7/?format=api"
        }
    ]
}