GET /api/bet_types/dafb26f1-1e64-4ccb-ba79-3975ff74b802/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dafb26f1-1e64-4ccb-ba79-3975ff74b802",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3560dc0-1860-4c62-90e6-a25a85fc408e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T10:01:50.884722-04: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": "Philadelphia 76ers",
                "amount": 6241.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ce9f449-0147-4c84-a0b2-e62af51b67df",
            "gambit_id": "392c00f0-8706-432b-9290-8e57dc24691d",
            "last_updated": "2023-04-01T10:27:14.904127-04:00",
            "created_at": "2023-03-31T10:01:50.887266-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dafb26f1-1e64-4ccb-ba79-3975ff74b802/?format=api"
        },
        {
            "id": "ee5dc26d-a912-4c19-87cb-293e2b21315a",
            "gambit_id": "3de72303-05c0-45b4-99cd-113da27ee6fd",
            "last_updated": "2023-04-01T10:27:14.905945-04:00",
            "created_at": "2023-03-31T10:01:50.889623-04:00",
            "name": "Toronto Raptors",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dafb26f1-1e64-4ccb-ba79-3975ff74b802/?format=api"
        }
    ]
}