GET /api/bet_types/c7656f64-16ba-4b4f-8a74-1edb9684e7ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7656f64-16ba-4b4f-8a74-1edb9684e7ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/372a9579-fa74-489a-b410-e6d73fec694f/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:06.802749-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": "Detroit Red Wings",
                "amount": 6026.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3974.0
            }
        ],
        "expected_reward_tokens": 9099.26,
        "profit_sb": 99.26,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "7892fec3-eff9-488c-b7a9-5fa096964034",
            "gambit_id": "891818a2-fe37-435e-add4-800deda6971b",
            "last_updated": "2022-12-31T10:51:59.035423-05:00",
            "created_at": "2022-12-29T08:42:06.805221-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7656f64-16ba-4b4f-8a74-1edb9684e7ae/?format=api"
        },
        {
            "id": "f80df1e7-c9fe-4ec7-bc61-d211b4ba3eb2",
            "gambit_id": "2d17877e-43e8-4c39-bfa5-b63fed1e6d07",
            "last_updated": "2022-12-31T10:51:59.034349-05:00",
            "created_at": "2022-12-29T08:42:06.804000-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.29000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7656f64-16ba-4b4f-8a74-1edb9684e7ae/?format=api"
        }
    ]
}