GET /api/bet_types/29e3e095-61bc-4a03-b538-bf4a713871df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29e3e095-61bc-4a03-b538-bf4a713871df",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1dea13b-9e8b-4fac-b22c-7f4ae26e1a77/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "TEX",
                "amount": 5304.0
            },
            {
                "team": "SEA",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "194c6b3c-5024-4da8-a208-d52750d2b655",
            "gambit_id": "b8e9b48a-0336-427f-bb47-7af49fe301ab",
            "last_updated": "2022-09-28T08:56:57.277364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29e3e095-61bc-4a03-b538-bf4a713871df/?format=api"
        },
        {
            "id": "2e3f7925-f6c5-4f0c-84ff-f9a8e94a25bd",
            "gambit_id": "264c3291-fca0-40db-bf29-d15b5ec6751e",
            "last_updated": "2022-09-28T08:56:57.276155-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29e3e095-61bc-4a03-b538-bf4a713871df/?format=api"
        }
    ]
}