GET /api/bet_types/0504b2ae-13b5-4fe9-808a-25cc7040c00f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0504b2ae-13b5-4fe9-808a-25cc7040c00f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4abd97b-f642-4609-be69-ee5e7b229207/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T09:21:56.846784-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": "Miami Heat",
                "amount": 5431.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "84c0149e-8765-4226-bb98-c09ce7edab14",
            "gambit_id": "21e422ed-0a0d-4f4c-9d08-b1bde8a59934",
            "last_updated": "2023-01-21T10:32:26.155379-05:00",
            "created_at": "2023-01-20T09:21:56.849404-05:00",
            "name": "Miami Heat",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0504b2ae-13b5-4fe9-808a-25cc7040c00f/?format=api"
        },
        {
            "id": "cd67e6fb-91ae-424e-bd3a-a73f32aed34c",
            "gambit_id": "0b7b0b51-70b6-4931-9198-1387aefbe090",
            "last_updated": "2023-01-21T10:32:26.154287-05:00",
            "created_at": "2023-01-20T09:21:56.847986-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0504b2ae-13b5-4fe9-808a-25cc7040c00f/?format=api"
        }
    ]
}