GET /api/bet_types/6a42f794-8999-4323-9418-0cd7093ea06f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a42f794-8999-4323-9418-0cd7093ea06f",
    "match": "https://api-prod.gambitprofit.com/api/matches/04919b5e-1de0-4154-9e1d-5b23b1ad855c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-06T08:43:17.151374-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": "TEX (N Eovaldi)",
                "amount": 5578.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "9bc07ac8-d31c-4b52-b5cb-b275a5c3454a",
            "gambit_id": "55b57a53-3a11-4c93-821c-ea651a9462f1",
            "last_updated": "2023-07-07T16:57:58.388343-04:00",
            "created_at": "2023-07-06T08:43:17.153427-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.72000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a42f794-8999-4323-9418-0cd7093ea06f/?format=api"
        },
        {
            "id": "48ce53cf-77f6-437e-a0f9-fce419bed83f",
            "gambit_id": "3f4b3125-5ca9-4439-95fa-b2286d4b7071",
            "last_updated": "2023-07-07T16:57:58.390463-04:00",
            "created_at": "2023-07-06T08:43:17.155514-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.17000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a42f794-8999-4323-9418-0cd7093ea06f/?format=api"
        }
    ]
}