GET /api/bet_types/aa37594a-b6be-4ea9-833f-bdde7f628b26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa37594a-b6be-4ea9-833f-bdde7f628b26",
    "match": "https://api-prod.gambitprofit.com/api/matches/000f2c13-1a4d-4258-a5a5-6c31d5fc8e0e/?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": "DET",
                "amount": 5945.0
            },
            {
                "team": "SEA",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "87a336b5-75e6-4ce1-a1c5-fbb2814f6235",
            "gambit_id": "47ba58ea-5052-43af-9b91-e785a1164bf1",
            "last_updated": "2022-10-05T07:01:57.840209-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa37594a-b6be-4ea9-833f-bdde7f628b26/?format=api"
        },
        {
            "id": "aa64277b-99b1-4d7b-aa08-05cbdf3f75fb",
            "gambit_id": "4240b6d9-4e0e-4d90-8364-5873ca030cb1",
            "last_updated": "2022-10-05T07:01:57.839090-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa37594a-b6be-4ea9-833f-bdde7f628b26/?format=api"
        }
    ]
}