GET /api/bet_types/ddf4e505-17ef-4c62-b442-01a69f730206/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddf4e505-17ef-4c62-b442-01a69f730206",
    "match": "https://api-prod.gambitprofit.com/api/matches/11f11f46-dc64-4f02-b54f-1f984d75c483/?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": "Buffalo Bills",
                "amount": 7406.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 2594.0
            }
        ],
        "expected_reward_tokens": 9182.76,
        "profit_sb": 182.76,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "2438983c-dfb6-430a-a82c-8cc96367c6f5",
            "gambit_id": "0b360dd5-dd99-49a1-9a26-1a6f840d43e3",
            "last_updated": "2022-11-21T15:48:08.391277-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.24000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddf4e505-17ef-4c62-b442-01a69f730206/?format=api"
        },
        {
            "id": "6da44d4d-c4f8-46b5-ba40-71f2a52a56a0",
            "gambit_id": "3eb740f4-75bd-477f-bb0e-d5b54837634f",
            "last_updated": "2022-11-21T15:48:08.392217-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "3.54000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddf4e505-17ef-4c62-b442-01a69f730206/?format=api"
        }
    ]
}