GET /api/bet_types/b052395c-fe3b-4b80-b36b-170b5a4aa21f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b052395c-fe3b-4b80-b36b-170b5a4aa21f",
    "match": "https://api-prod.gambitprofit.com/api/matches/aaff0b62-970d-43c5-8246-d2b1416ce9d5/?format=api",
    "name": "Pick the Winner",
    "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": "HOU (L McCullers)",
                "amount": 5233.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 4767.0
            }
        ],
        "expected_reward_tokens": 9628.72,
        "profit_sb": 128.72,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "aad8decb-36b4-4936-b0fb-a733cf9ce491",
            "gambit_id": "cd17bb7a-a230-4606-8450-9e4e22c07674",
            "last_updated": "2022-10-04T13:12:06.933956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (L McCullers)",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b052395c-fe3b-4b80-b36b-170b5a4aa21f/?format=api"
        },
        {
            "id": "01d114fa-44f5-422a-afcc-01a9b7fb872a",
            "gambit_id": "da5608d5-61d3-44d7-a502-bd393d752c8d",
            "last_updated": "2022-10-04T13:12:06.935093-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (A Nola)",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b052395c-fe3b-4b80-b36b-170b5a4aa21f/?format=api"
        }
    ]
}