GET /api/bet_types/9121a30b-5e90-4c5a-b701-6f0588071395/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9121a30b-5e90-4c5a-b701-6f0588071395",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2ef8698-387f-47ca-a535-0a65323d4d54/?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": 5000.0
            },
            {
                "team": "SDG",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab58bd94-fda5-493d-829f-c7efd85cbb76",
            "gambit_id": "f92202b1-4c9b-4905-bcb2-2457f91feeb3",
            "last_updated": "2022-09-24T21:07:20.048887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9121a30b-5e90-4c5a-b701-6f0588071395/?format=api"
        },
        {
            "id": "49f12ea6-a2a6-4290-b689-4e7d7b5a423b",
            "gambit_id": "4d6bb640-d2fe-4084-aa34-3edc8aec5e47",
            "last_updated": "2022-09-24T21:07:20.049899-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9121a30b-5e90-4c5a-b701-6f0588071395/?format=api"
        }
    ]
}