GET /api/bet_types/99b521ef-c865-4e26-9b2d-bf169c55cfe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99b521ef-c865-4e26-9b2d-bf169c55cfe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/252b58e7-0505-495d-bb64-cff71078e7f6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T09:06:57.838273-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": "Montreal Canadiens",
                "amount": 6235.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca19c820-ff74-4f81-83c6-e7ef4160a1c8",
            "gambit_id": "71f920b6-aaa2-4ae9-8d06-920ad0270104",
            "last_updated": "2023-02-25T17:27:18.164416-05:00",
            "created_at": "2023-02-24T09:06:57.841498-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b521ef-c865-4e26-9b2d-bf169c55cfe2/?format=api"
        },
        {
            "id": "fb15b3e7-c636-4917-93da-b07a8b4ffcfb",
            "gambit_id": "dc6c77e9-4baa-472d-b4bc-626e35cb6c41",
            "last_updated": "2023-02-25T17:27:18.163246-05:00",
            "created_at": "2023-02-24T09:06:57.840013-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b521ef-c865-4e26-9b2d-bf169c55cfe2/?format=api"
        }
    ]
}