GET /api/bet_types/8a4c066d-53cb-4d44-a62a-e570eabc48d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a4c066d-53cb-4d44-a62a-e570eabc48d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad30a4df-98d2-49f3-80a0-977a3998ead6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:08.979879-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": "BOS",
                "amount": 5699.0
            },
            {
                "team": "MIN",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "4aafd5e3-ca44-4f2f-8709-e7446e648e0c",
            "gambit_id": "08cca514-2037-46c0-805e-23b2e0a4dcc0",
            "last_updated": "2023-04-20T11:42:16.875041-04:00",
            "created_at": "2023-04-19T12:17:08.981352-04:00",
            "name": "BOS",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a4c066d-53cb-4d44-a62a-e570eabc48d1/?format=api"
        },
        {
            "id": "75b70309-8493-4c1e-bb1e-20f4ae6d50c0",
            "gambit_id": "7290914c-bcdf-4404-bcc0-f6150338b275",
            "last_updated": "2023-04-20T11:42:16.877198-04:00",
            "created_at": "2023-04-19T12:17:08.983477-04:00",
            "name": "MIN",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a4c066d-53cb-4d44-a62a-e570eabc48d1/?format=api"
        }
    ]
}