GET /api/bet_types/411670cd-5fcb-4cd0-be42-6740da5ba3ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "411670cd-5fcb-4cd0-be42-6740da5ba3ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/985750c3-0ab3-4f6e-b9ef-7ef9ddc7092a/?format=api",
    "name": "FreeForm",
    "created_at": "2023-11-13T09:18:00.483237-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": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6297204-8d5c-4fa3-a522-d8c6d5750692",
            "gambit_id": "1ddd55c2-3c18-437f-93aa-324b228ca945",
            "last_updated": "2023-11-14T10:13:23.735933-05:00",
            "created_at": "2023-11-13T09:18:00.487128-05:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411670cd-5fcb-4cd0-be42-6740da5ba3ce/?format=api"
        },
        {
            "id": "168301dc-f722-499a-b8ea-e99b871e4ed7",
            "gambit_id": "fb7c684a-3579-4857-8e39-97340d36636e",
            "last_updated": "2023-11-14T10:13:23.740327-05:00",
            "created_at": "2023-11-13T09:18:00.490942-05:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411670cd-5fcb-4cd0-be42-6740da5ba3ce/?format=api"
        }
    ]
}