GET /api/bet_types/abcb523b-bcf2-4530-9c33-4d2fbd408a81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abcb523b-bcf2-4530-9c33-4d2fbd408a81",
    "match": "https://api-prod.gambitprofit.com/api/matches/75803f57-77a8-4949-b2e7-ad2dbcc5bc83/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:14.058034-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": "NYM",
                "amount": 6308.0
            },
            {
                "team": "PIT",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "4db8243e-dfcb-4c2f-9994-38b44c07d556",
            "gambit_id": "6b54030f-f278-40c3-b4b6-c84ef55ef297",
            "last_updated": "2023-06-11T10:23:02.422389-04:00",
            "created_at": "2023-06-09T09:48:14.060258-04:00",
            "name": "NYM",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abcb523b-bcf2-4530-9c33-4d2fbd408a81/?format=api"
        },
        {
            "id": "f8ebc53a-469c-4c1a-8e2d-7ec8805c9c7a",
            "gambit_id": "41fdb05b-6ae3-4abc-aa6c-57d16b332105",
            "last_updated": "2023-06-11T10:23:02.423859-04:00",
            "created_at": "2023-06-09T09:48:14.062847-04:00",
            "name": "PIT",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abcb523b-bcf2-4530-9c33-4d2fbd408a81/?format=api"
        }
    ]
}