GET /api/bet_types/89650982-b10b-447c-a1fb-07f859831c24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89650982-b10b-447c-a1fb-07f859831c24",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6cce769-e473-4023-8ec1-4a5895772604/?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": "Washington Capitals",
                "amount": 6256.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "55e2d1f2-6b05-48fe-a508-3590e746d201",
            "gambit_id": "686d5cf1-4809-4fc2-8ca5-43e0d4f37432",
            "last_updated": "2022-12-05T11:27:07.736558-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89650982-b10b-447c-a1fb-07f859831c24/?format=api"
        },
        {
            "id": "164025f1-9029-4563-90d5-179f841143a5",
            "gambit_id": "a6e69ea1-ab7f-40d0-8d71-358e8a53b465",
            "last_updated": "2022-12-05T11:27:07.735375-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89650982-b10b-447c-a1fb-07f859831c24/?format=api"
        }
    ]
}