GET /api/bet_types/4f7ae054-7d82-4bac-95a6-a2e6cca99762/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f7ae054-7d82-4bac-95a6-a2e6cca99762",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b9b83e2-ff69-4692-911c-d66d440dfbc6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:21.724189-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": "Phoenix Suns",
                "amount": 6010.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "abbc91cd-a2c1-4ac7-be07-e11826f7c352",
            "gambit_id": "7727ddcf-881c-48dd-a823-7bf85c722e23",
            "last_updated": "2024-02-01T10:37:58.953236-05:00",
            "created_at": "2024-01-31T09:58:21.728174-05:00",
            "name": "Phoenix Suns",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7ae054-7d82-4bac-95a6-a2e6cca99762/?format=api"
        },
        {
            "id": "7b63d337-4e85-4a41-bb8c-4e2dec4192ce",
            "gambit_id": "920cf1bc-81e4-4bcc-b174-906bb3e74856",
            "last_updated": "2024-02-01T10:37:58.956646-05:00",
            "created_at": "2024-01-31T09:58:21.731992-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7ae054-7d82-4bac-95a6-a2e6cca99762/?format=api"
        }
    ]
}