GET /api/bet_types/55f91fc2-adf6-4642-8e2e-f8cd3e43646f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55f91fc2-adf6-4642-8e2e-f8cd3e43646f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c1fc09d-814c-4f2f-b4bd-972ad50e42f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:07.311250-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3a8ff51-99a3-434d-a673-3e7ec124f0e0",
            "gambit_id": "7620dfc3-1f85-4913-94ad-7dfa59234aed",
            "last_updated": "2022-12-31T10:36:57.233358-05:00",
            "created_at": "2022-12-29T08:42:07.312389-05:00",
            "name": "Indiana Pacers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55f91fc2-adf6-4642-8e2e-f8cd3e43646f/?format=api"
        },
        {
            "id": "fdc52045-9eb4-400d-8982-8ab02f2dbdce",
            "gambit_id": "56bae9b1-1b27-47e0-967e-2d7df19fd16f",
            "last_updated": "2022-12-31T10:36:57.234451-05:00",
            "created_at": "2022-12-29T08:42:07.313635-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55f91fc2-adf6-4642-8e2e-f8cd3e43646f/?format=api"
        }
    ]
}