GET /api/bet_types/2d9caa9e-fb73-49b3-864c-a93a17ab53d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d9caa9e-fb73-49b3-864c-a93a17ab53d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec7f767-26e9-4aec-ab7b-a9c9b28cd341/?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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f89d1ce4-0703-4cf1-a31a-5f5e144b2346",
            "gambit_id": "88276acf-7f88-4aa7-b204-25d449ac0e93",
            "last_updated": "2022-11-19T10:38:45.552817-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9caa9e-fb73-49b3-864c-a93a17ab53d8/?format=api"
        },
        {
            "id": "59c3ba77-3292-4995-9695-104a863dc6c5",
            "gambit_id": "89dd8ba0-2583-4b85-aa43-6f527ad121aa",
            "last_updated": "2022-11-19T10:38:45.551799-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9caa9e-fb73-49b3-864c-a93a17ab53d8/?format=api"
        }
    ]
}