GET /api/bet_types/4e4f733e-7461-4390-8c16-b13164f3bf3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e4f733e-7461-4390-8c16-b13164f3bf3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e7dbb09-e5b1-4e77-b882-e7798d629ed4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T23:47:15.473048-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 (M Scherzer)",
                "amount": 5426.0
            },
            {
                "team": "MIA (S Alcantara)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "81f8c598-be12-4994-9e98-44d5dc85927f",
            "gambit_id": "aa367f0e-f5b7-4131-8c16-62d64b83e398",
            "last_updated": "2023-03-31T10:46:55.617459-04:00",
            "created_at": "2023-03-29T23:47:15.476934-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4f733e-7461-4390-8c16-b13164f3bf3d/?format=api"
        },
        {
            "id": "c333611d-c456-4601-bf99-f5d11afe39a7",
            "gambit_id": "22545de4-d1d8-42b3-83b8-376c52a4d6c7",
            "last_updated": "2023-03-31T10:46:55.615223-04:00",
            "created_at": "2023-03-29T23:47:15.474943-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4f733e-7461-4390-8c16-b13164f3bf3d/?format=api"
        }
    ]
}