GET /api/bet_types/61333244-3a69-4a76-841e-cd828ac77dd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61333244-3a69-4a76-841e-cd828ac77dd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d5aaac7-0d8b-44fe-a5b3-33069e7d8d8c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-22T09:58:23.033631-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": "CLE (S Bieber)",
                "amount": 5196.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 9559.96,
        "profit_sb": 59.96,
        "profit_sb_percentage": 0.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "e62a8d52-bfba-40b0-9f62-c4aaecf50aed",
            "gambit_id": "970f9027-dbc1-4e26-aeac-447d783ac3b4",
            "last_updated": "2023-09-23T20:53:10.189993-04:00",
            "created_at": "2023-09-22T09:58:23.042909-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61333244-3a69-4a76-841e-cd828ac77dd9/?format=api"
        },
        {
            "id": "2af48eee-dc83-43da-af03-d8dec1c591e8",
            "gambit_id": "8e77f2c9-f9f7-44d2-8b83-bc9861063a4c",
            "last_updated": "2023-09-23T20:53:10.186154-04:00",
            "created_at": "2023-09-22T09:58:23.039005-04:00",
            "name": "BAL (D Kremer)",
            "reward": "1.99000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61333244-3a69-4a76-841e-cd828ac77dd9/?format=api"
        }
    ]
}