GET /api/bet_types/59c9beaf-e6ee-4cca-84f2-e4dab27dc4cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59c9beaf-e6ee-4cca-84f2-e4dab27dc4cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7882cfd-6ea4-4d55-a4e1-c0f1861914e2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-21T18:28:03.084246-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": "LOS",
                "amount": 5939.0
            },
            {
                "team": "LAA",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "26e34929-8dde-495c-a7d2-53bade42cdc9",
            "gambit_id": "1b0fb7d2-83c2-4fa5-a04f-3800f77dc250",
            "last_updated": "2023-06-22T10:23:08.876888-04:00",
            "created_at": "2023-06-21T18:28:03.086653-04:00",
            "name": "LOS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59c9beaf-e6ee-4cca-84f2-e4dab27dc4cd/?format=api"
        },
        {
            "id": "856a5705-e2d2-4490-9e37-442e36ef2f1c",
            "gambit_id": "19eae622-bcda-40eb-a048-37d1d9846344",
            "last_updated": "2023-06-22T10:23:08.878864-04:00",
            "created_at": "2023-06-21T18:28:03.089160-04:00",
            "name": "LAA",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59c9beaf-e6ee-4cca-84f2-e4dab27dc4cd/?format=api"
        }
    ]
}