GET /api/bet_types/a1cdf959-0e40-49fc-ace0-6ed5af0488fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1cdf959-0e40-49fc-ace0-6ed5af0488fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/236ebcdf-862a-4b40-908b-ab0c502d26a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-27T18:58:10.399923-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": "Miami Marlins",
                "amount": 5222.0
            },
            {
                "team": "New York Mets",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "3344d3cc-1cc7-491f-b6b6-4603a789cb94",
            "gambit_id": "2a8ad34f-4f05-40ac-8e99-fa2c8ee68dce",
            "last_updated": "2023-09-28T18:53:21.865321-04:00",
            "created_at": "2023-09-27T18:58:10.409146-04:00",
            "name": "Miami Marlins",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1cdf959-0e40-49fc-ace0-6ed5af0488fa/?format=api"
        },
        {
            "id": "dca324e2-0b01-4cc6-aafa-ad3aa30d93f2",
            "gambit_id": "9710d1dd-0a06-4e2d-ae1c-a68573c2b10c",
            "last_updated": "2023-09-28T18:53:21.870118-04:00",
            "created_at": "2023-09-27T18:58:10.415377-04:00",
            "name": "New York Mets",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1cdf959-0e40-49fc-ace0-6ed5af0488fa/?format=api"
        }
    ]
}