GET /api/bet_types/d67c7ad4-82d3-491a-ab80-c120fad5d9a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d67c7ad4-82d3-491a-ab80-c120fad5d9a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9436dec-249f-4d08-a0cc-0f7a890b729f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T16:03:07.604355-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": "Jack Della Maddalena",
                "amount": 5204.0
            },
            {
                "team": "Kevin Holland",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": -340.96,
        "profit_sb_percentage": -3.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "06e90f7e-0da8-47a7-8e1d-d4946870cf0a",
            "gambit_id": "0059bf1a-3ec5-4fec-91b6-5cce18dc005d",
            "last_updated": "2023-09-18T23:18:08.411535-04:00",
            "created_at": "2023-09-15T16:03:07.621213-04:00",
            "name": "Jack Della Maddalena",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67c7ad4-82d3-491a-ab80-c120fad5d9a7/?format=api"
        },
        {
            "id": "a36426b4-97c7-48b1-8bb5-56fdc2c56c58",
            "gambit_id": "c6cc75a1-bbfa-4933-8a08-de6f52b0cd28",
            "last_updated": "2023-09-18T23:18:08.408257-04:00",
            "created_at": "2023-09-15T16:03:07.611478-04:00",
            "name": "Kevin Holland",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67c7ad4-82d3-491a-ab80-c120fad5d9a7/?format=api"
        }
    ]
}