GET /api/bet_types/dc69ac56-0319-4ccf-bff1-1aed180cc2a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc69ac56-0319-4ccf-bff1-1aed180cc2a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a1fa137-422e-468d-b65e-1116b8cab0eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-01T09:42:10.003983-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": "BOS (C Sale)",
                "amount": 6114.0
            },
            {
                "team": "CIN (H Greene)",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9598.42,
        "profit_sb": 98.42,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "233c22a4-719d-4f28-b86a-0f37c87ff5b3",
            "gambit_id": "f274bc95-4370-4816-9aa6-c0b7d42e4ce1",
            "last_updated": "2023-06-02T13:52:21.155098-04:00",
            "created_at": "2023-06-01T09:42:10.009166-04:00",
            "name": "BOS (C Sale)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc69ac56-0319-4ccf-bff1-1aed180cc2a3/?format=api"
        },
        {
            "id": "8ea51de2-84f5-4675-8252-caaaae8b3a07",
            "gambit_id": "2cc53829-2c6e-417c-a38b-11c2ddbaa11e",
            "last_updated": "2023-06-02T13:52:21.152553-04:00",
            "created_at": "2023-06-01T09:42:10.006632-04:00",
            "name": "CIN (H Greene)",
            "reward": "2.47000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc69ac56-0319-4ccf-bff1-1aed180cc2a3/?format=api"
        }
    ]
}