GET /api/bet_types/e8b5c30c-d6d2-42a1-acf3-e86e317e8645/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8b5c30c-d6d2-42a1-acf3-e86e317e8645",
    "match": "https://api-prod.gambitprofit.com/api/matches/3638b077-cd61-43f9-b8ce-ecdb7ce1ba35/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "SEA",
                "amount": 6138.0
            },
            {
                "team": "CLE",
                "amount": 3862.0
            }
        ],
        "expected_reward_tokens": 9268.38,
        "profit_sb": 268.38,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb12207c-fda0-47a8-a435-2571c3bb0bcc",
            "gambit_id": "efb91cff-d58a-4c67-bdeb-f0cd3a8d1a9e",
            "last_updated": "2022-08-27T12:21:56.626419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b5c30c-d6d2-42a1-acf3-e86e317e8645/?format=api"
        },
        {
            "id": "903f442e-4d88-4aac-9473-95d0fec342a0",
            "gambit_id": "17760b92-fcac-426b-b130-4fbc5227ae0e",
            "last_updated": "2022-08-27T12:21:56.625972-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.40000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b5c30c-d6d2-42a1-acf3-e86e317e8645/?format=api"
        }
    ]
}