GET /api/bet_types/fb2827b9-58d2-473a-9975-284fcc426786/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb2827b9-58d2-473a-9975-284fcc426786",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3c3a559-d08a-4a68-baec-2f86abdecde5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T08:18:15.016787-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": "BOS",
                "amount": 5614.0
            },
            {
                "team": "HOU",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "43c86cea-c4ba-4365-a241-baf42222b89f",
            "gambit_id": "4db5fc80-2c32-4db3-bc40-59f2815e2f3a",
            "last_updated": "2023-08-31T09:33:08.991879-04:00",
            "created_at": "2023-08-30T08:18:15.035136-04:00",
            "name": "BOS",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb2827b9-58d2-473a-9975-284fcc426786/?format=api"
        },
        {
            "id": "f2cd0451-2314-463d-a327-11f366146649",
            "gambit_id": "34d08a3d-884c-4423-a31a-d63d5d92d87a",
            "last_updated": "2023-08-31T09:33:08.984017-04:00",
            "created_at": "2023-08-30T08:18:15.022003-04:00",
            "name": "HOU",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb2827b9-58d2-473a-9975-284fcc426786/?format=api"
        }
    ]
}