GET /api/bet_types/b3d110b1-53a0-423f-9e75-20c00ac14f2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3d110b1-53a0-423f-9e75-20c00ac14f2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6281c183-e6e1-4576-9975-d9ba183042c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-18T08:53:08.450647-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": "PHI (A Nola)",
                "amount": 6434.0
            },
            {
                "team": "MIL (J Teheran)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "51e224b6-21b7-4a76-8850-0af140d9a51e",
            "gambit_id": "c92295ba-547f-4640-9727-5b7f04c9ae5f",
            "last_updated": "2023-07-20T09:58:28.064463-04:00",
            "created_at": "2023-07-18T08:53:08.454513-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d110b1-53a0-423f-9e75-20c00ac14f2a/?format=api"
        },
        {
            "id": "c0ed2afa-d0ec-40fb-af60-d789888fa1d2",
            "gambit_id": "f561a279-f147-4dc1-9ba5-3b9a8126ab4f",
            "last_updated": "2023-07-20T09:58:28.062644-04:00",
            "created_at": "2023-07-18T08:53:08.452592-04:00",
            "name": "MIL (J Teheran)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d110b1-53a0-423f-9e75-20c00ac14f2a/?format=api"
        }
    ]
}