GET /api/bet_types/20d7848b-216b-48d4-aebd-384f9dfe4c1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20d7848b-216b-48d4-aebd-384f9dfe4c1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/65a65488-49c5-4485-a864-0de9e5f6d928/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:07.704008-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": "St Louis Battlehawks",
                "amount": 5784.0
            },
            {
                "team": "Vegas Vipers",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f006fbb-d54f-4f2e-a445-f5e5a63b708e",
            "gambit_id": "58cdf0c4-6f22-4ad5-8bb4-f58b139bc962",
            "last_updated": "2023-03-27T09:37:10.148888-04:00",
            "created_at": "2023-03-26T13:37:07.708709-04:00",
            "name": "St Louis Battlehawks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d7848b-216b-48d4-aebd-384f9dfe4c1f/?format=api"
        },
        {
            "id": "e2ae161b-44ae-469c-a869-097f57bf8e0f",
            "gambit_id": "359a4ef7-2849-4360-959b-3a604e7ad911",
            "last_updated": "2023-03-27T09:37:10.146654-04:00",
            "created_at": "2023-03-26T13:37:07.706455-04:00",
            "name": "Vegas Vipers",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d7848b-216b-48d4-aebd-384f9dfe4c1f/?format=api"
        }
    ]
}