GET /api/bet_types/7086ceec-e5b9-4dd5-9e65-6da1ec877563/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7086ceec-e5b9-4dd5-9e65-6da1ec877563",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5b9721b-1c43-40eb-a766-75c60c48a881/?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": "COL",
                "amount": 6348.0
            },
            {
                "team": "CIN",
                "amount": 3652.0
            }
        ],
        "expected_reward_tokens": 9203.04,
        "profit_sb": 203.04,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1b29a98-1109-463d-bb5b-354312140e2a",
            "gambit_id": "2e3f206d-939c-420a-a585-7a445f0e050c",
            "last_updated": "2022-09-05T13:52:17.731832-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7086ceec-e5b9-4dd5-9e65-6da1ec877563/?format=api"
        },
        {
            "id": "a211e574-103a-46e2-8179-fc1d7039774b",
            "gambit_id": "e6f38a4d-929b-4f26-8a59-3abc738c3c7b",
            "last_updated": "2022-09-05T13:52:17.730822-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.52000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7086ceec-e5b9-4dd5-9e65-6da1ec877563/?format=api"
        }
    ]
}