GET /api/bet_types/23eee3d4-f903-4722-9a2d-f29979e11eb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23eee3d4-f903-4722-9a2d-f29979e11eb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/703738a8-f9e2-44ee-97d3-23a91e18dfb7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-16T08:22:58.306954-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": "MIA (S Alcantara)",
                "amount": 5787.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "db846416-5eac-4216-b976-d59cc678431a",
            "gambit_id": "3ef604d1-43a7-4c43-b5a2-b8c4614c6bbc",
            "last_updated": "2023-06-17T15:03:04.647168-04:00",
            "created_at": "2023-06-16T08:22:58.310314-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23eee3d4-f903-4722-9a2d-f29979e11eb6/?format=api"
        },
        {
            "id": "73d86eb3-628b-4028-8a77-536e7f03349b",
            "gambit_id": "d3636044-9ad1-4f4c-84c9-f246554eee39",
            "last_updated": "2023-06-17T15:03:04.648905-04:00",
            "created_at": "2023-06-16T08:22:58.313298-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23eee3d4-f903-4722-9a2d-f29979e11eb6/?format=api"
        }
    ]
}