GET /api/bet_types/ff8ea5dc-bfbd-41af-b5e0-a8e9e0cba4a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff8ea5dc-bfbd-41af-b5e0-a8e9e0cba4a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dd2480d-a9c9-4c73-8e5d-c2e15c2d941f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:14.766623-05: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": "Philadelphia Flyers",
                "amount": 6805.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "41ab1ead-fbce-4e9a-a408-5f1c600fcc6e",
            "gambit_id": "db93125f-6ab5-4e6c-9531-745e11a248c4",
            "last_updated": "2024-01-23T20:28:16.657488-05:00",
            "created_at": "2024-01-20T05:38:14.774947-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8ea5dc-bfbd-41af-b5e0-a8e9e0cba4a1/?format=api"
        },
        {
            "id": "caac9797-ee7a-4a9f-bf23-1c2d2a02dc2f",
            "gambit_id": "1eb36a0f-13ed-428a-9b0f-1c743c870aef",
            "last_updated": "2024-01-23T20:28:16.653874-05:00",
            "created_at": "2024-01-20T05:38:14.770232-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8ea5dc-bfbd-41af-b5e0-a8e9e0cba4a1/?format=api"
        }
    ]
}