GET /api/bet_types/e238e791-d5da-43ba-b926-02f732a8c712/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e238e791-d5da-43ba-b926-02f732a8c712",
    "match": "https://api-prod.gambitprofit.com/api/matches/c396c40c-0318-4b47-8fb7-7954dbf9124d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:57.022372-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": "Detroit Red Wings",
                "amount": 6575.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": 7.75,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ea1d1ec-f0da-40c9-86b0-edbdd3bbc1ef",
            "gambit_id": "f9fcd257-24f5-4849-8063-d186ca1de357",
            "last_updated": "2023-01-16T10:07:22.881274-05:00",
            "created_at": "2023-01-14T08:26:57.025393-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.37000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e238e791-d5da-43ba-b926-02f732a8c712/?format=api"
        },
        {
            "id": "b28fcd77-0c6b-44df-9121-c6a79ed3a29a",
            "gambit_id": "7fa68495-0a6a-43eb-8478-d2a47cd8ed5c",
            "last_updated": "2023-01-16T10:07:22.884239-05:00",
            "created_at": "2023-01-14T08:26:57.028804-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e238e791-d5da-43ba-b926-02f732a8c712/?format=api"
        }
    ]
}