GET /api/bet_types/549f4929-1148-412b-b964-26a1a96d8175/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "549f4929-1148-412b-b964-26a1a96d8175",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cb7a133-7b1d-415c-a1f0-77f5aa67dc18/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:16.767706-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": "Game Total Under 12",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1450bb78-e22b-4ae2-a332-a80223982816",
            "gambit_id": "4d3f4b27-0870-42d7-bb92-c611b764ad77",
            "last_updated": "2023-09-04T12:48:34.700757-04:00",
            "created_at": "2023-09-02T09:33:16.775463-04:00",
            "name": "Game Total Under 12",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/549f4929-1148-412b-b964-26a1a96d8175/?format=api"
        },
        {
            "id": "f8152d48-add5-4f38-81fc-b884c4bfae1b",
            "gambit_id": "4101aacb-59db-4337-b6e0-a41a086f92ef",
            "last_updated": "2023-09-04T12:48:34.697316-04:00",
            "created_at": "2023-09-02T09:33:16.771433-04:00",
            "name": "Game Total Over 12",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/549f4929-1148-412b-b964-26a1a96d8175/?format=api"
        }
    ]
}