GET /api/bet_types/6511ee74-c0e6-47da-871d-b42db84f5650/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6511ee74-c0e6-47da-871d-b42db84f5650",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd6ac143-0342-4c7c-b824-c6227e41942b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T10:27:01.345043-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": "Vegas Golden Knights",
                "amount": 6253.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "38fd617b-9a83-44a6-b58e-60ee2e6a35d3",
            "gambit_id": "d1e55b9b-8e31-4095-bee1-7c8c5971ab16",
            "last_updated": "2023-01-03T11:01:48.348905-05:00",
            "created_at": "2023-01-02T10:27:01.347526-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6511ee74-c0e6-47da-871d-b42db84f5650/?format=api"
        },
        {
            "id": "f6cefd0a-cc03-4cf4-b1a4-139b57c247e1",
            "gambit_id": "4acc0f4c-8762-4ae0-be61-519f13161f8b",
            "last_updated": "2023-01-03T11:01:48.347813-05:00",
            "created_at": "2023-01-02T10:27:01.346263-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6511ee74-c0e6-47da-871d-b42db84f5650/?format=api"
        }
    ]
}