GET /api/bet_types/35031be7-5e4b-4db9-93a1-362146142910/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35031be7-5e4b-4db9-93a1-362146142910",
    "match": "https://api-prod.gambitprofit.com/api/matches/623ca16e-384d-444a-95d1-c8739e5a9294/?format=api",
    "name": "Pick the Winner",
    "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": "New Orleans Pelicans",
                "amount": 6345.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "78cd5984-4cfb-48a7-966b-85a07d40cce0",
            "gambit_id": "035edda1-14e8-4fc1-acf0-1331aee8c2f4",
            "last_updated": "2022-11-08T10:57:02.958589-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35031be7-5e4b-4db9-93a1-362146142910/?format=api"
        },
        {
            "id": "51115fd1-f093-4310-a02e-533ff4279efc",
            "gambit_id": "ad00543a-b119-40de-9dcb-acd2545cf271",
            "last_updated": "2022-11-08T10:57:02.957551-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35031be7-5e4b-4db9-93a1-362146142910/?format=api"
        }
    ]
}