GET /api/bet_types/1abb599c-f888-43fd-8c94-92e7da7127b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1abb599c-f888-43fd-8c94-92e7da7127b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/536b3ac7-e1a1-44a4-8dc1-51f2596d9b77/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:02.710436-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": "Los Angeles Chargers",
                "amount": 7052.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 2948.0
            }
        ],
        "expected_reward_tokens": 9167.6,
        "profit_sb": 167.6,
        "profit_sb_percentage": 1.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "d12cbe33-fd6d-4617-bd3e-0b5511c03b46",
            "gambit_id": "d814878c-581d-43cf-88d1-5fe27297ee79",
            "last_updated": "2023-01-02T12:36:59.946059-05:00",
            "created_at": "2023-01-01T09:22:02.711559-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.30000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1abb599c-f888-43fd-8c94-92e7da7127b9/?format=api"
        },
        {
            "id": "9d888f02-856b-4fd5-99b3-5157f0520baa",
            "gambit_id": "777e4407-b759-4f8a-8d2a-e82929a6531b",
            "last_updated": "2023-01-02T12:36:59.947151-05:00",
            "created_at": "2023-01-01T09:22:02.712751-05:00",
            "name": "Los Angeles Rams",
            "reward": "3.11000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1abb599c-f888-43fd-8c94-92e7da7127b9/?format=api"
        }
    ]
}