GET /api/bet_types/518ab306-6395-4918-b9f0-b3680a80cb97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "518ab306-6395-4918-b9f0-b3680a80cb97",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfe6aa1b-f1b3-4362-ad69-cf48aa8b98fb/?format=api",
    "name": "FreeForm",
    "created_at": "2023-07-18T09:53:10.808392-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad00267a-e90d-484d-b011-8517bd494184",
            "gambit_id": "c32e2aae-3869-4912-952e-8cc3a0ab3408",
            "last_updated": "2023-07-22T09:48:07.874221-04:00",
            "created_at": "2023-07-18T09:53:10.811220-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/518ab306-6395-4918-b9f0-b3680a80cb97/?format=api"
        },
        {
            "id": "d7826c4b-68b4-4db7-900e-1abae576a5b4",
            "gambit_id": "19dcd4d8-8f75-45c6-af48-f93233d78fb8",
            "last_updated": "2023-07-22T09:48:07.881133-04:00",
            "created_at": "2023-07-18T09:53:10.813293-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/518ab306-6395-4918-b9f0-b3680a80cb97/?format=api"
        }
    ]
}