GET /api/bet_types/6a29960a-cb53-45b2-8ad7-8f9baa835698/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a29960a-cb53-45b2-8ad7-8f9baa835698",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc7abe5-ef47-4094-8d5f-8cc38072077d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T09:07:59.462506-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": "DET (Ed Rodriguez)",
                "amount": 5578.0
            },
            {
                "team": "CIN (C Phillips)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "1064e07e-3a96-448d-8c93-a833d4f12d4b",
            "gambit_id": "233ef851-a2f2-4cb4-a13a-512d05a4fbc2",
            "last_updated": "2023-09-15T10:23:22.117058-04:00",
            "created_at": "2023-09-13T09:07:59.471992-04:00",
            "name": "DET (Ed Rodriguez)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a29960a-cb53-45b2-8ad7-8f9baa835698/?format=api"
        },
        {
            "id": "4de5af76-b585-46a7-bb88-879a1da5e652",
            "gambit_id": "18fe6cba-f341-4990-b72c-2566d94b7f60",
            "last_updated": "2023-09-15T10:23:22.113751-04:00",
            "created_at": "2023-09-13T09:07:59.467549-04:00",
            "name": "CIN (C Phillips)",
            "reward": "2.17000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a29960a-cb53-45b2-8ad7-8f9baa835698/?format=api"
        }
    ]
}