GET /api/bet_types/8d2c0981-c081-47d6-a2ab-db91e3c2e600/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d2c0981-c081-47d6-a2ab-db91e3c2e600",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1ecf3e4-b6b2-43df-9d9f-d4734a7af7b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-06T10:57:13.142863-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": "BAL",
                "amount": 6241.0
            },
            {
                "team": "MIL",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "67a87d4d-22f3-42f6-ade5-cedf13917955",
            "gambit_id": "1afa5a7e-9b11-4914-9cfa-ec6cf30b0ee5",
            "last_updated": "2023-06-07T10:23:04.016993-04:00",
            "created_at": "2023-06-06T10:57:13.144763-04:00",
            "name": "BAL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d2c0981-c081-47d6-a2ab-db91e3c2e600/?format=api"
        },
        {
            "id": "9455f10f-f3e7-460d-ab12-3bb2750bcda8",
            "gambit_id": "920133ea-0a7f-4626-840f-93e6a91ce77c",
            "last_updated": "2023-06-07T10:23:04.019703-04:00",
            "created_at": "2023-06-06T10:57:13.146833-04:00",
            "name": "MIL",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d2c0981-c081-47d6-a2ab-db91e3c2e600/?format=api"
        }
    ]
}