GET /api/bet_types/e01fb1d8-5b34-47d9-a0d0-d0047357f2e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e01fb1d8-5b34-47d9-a0d0-d0047357f2e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8ca72f7-c484-4484-b9f7-c3a04ef3f4fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:26:59.803289-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": "Jay Jackson",
                "amount": 5668.0
            },
            {
                "team": "Marcus Edwards",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": -489.44,
        "profit_sb_percentage": -5.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "6293ee74-c5fe-48eb-bbf6-51122f1785dd",
            "gambit_id": "66fd94bf-a126-483d-9872-e41354604fed",
            "last_updated": "2023-04-30T15:22:10.748550-04:00",
            "created_at": "2023-04-29T16:26:59.804564-04:00",
            "name": "Jay Jackson",
            "reward": "1.59000",
            "odds": "1.66000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e01fb1d8-5b34-47d9-a0d0-d0047357f2e0/?format=api"
        },
        {
            "id": "f93a0685-f6c8-4245-9cc0-0e7e5aa1ac55",
            "gambit_id": "3f8271b6-b0d8-49fb-a041-cfb5fab624e1",
            "last_updated": "2023-04-30T15:22:10.749964-04:00",
            "created_at": "2023-04-29T16:26:59.806577-04:00",
            "name": "Marcus Edwards",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e01fb1d8-5b34-47d9-a0d0-d0047357f2e0/?format=api"
        }
    ]
}