GET /api/bet_types/f3e4b161-565c-4c24-a43a-0265ac0c87a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3e4b161-565c-4c24-a43a-0265ac0c87a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ebcd461-b72c-41dc-a23a-4cb4e1c8a1ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-23T11:47:59.884140-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": "PIT",
                "amount": 6324.0
            },
            {
                "team": "LAA",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "7839dd26-52c9-446d-a425-5413f79133f5",
            "gambit_id": "d29a0f4e-8972-40af-b076-e24171875a4b",
            "last_updated": "2023-07-24T13:23:14.583631-04:00",
            "created_at": "2023-07-23T11:47:59.887526-04:00",
            "name": "PIT",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3e4b161-565c-4c24-a43a-0265ac0c87a9/?format=api"
        },
        {
            "id": "40eca0f9-dafc-4de3-ae55-f7bf7816fbe8",
            "gambit_id": "3dfde0c6-ac40-401a-ab8f-80ac7cda4a93",
            "last_updated": "2023-07-24T13:23:14.587137-04:00",
            "created_at": "2023-07-23T11:47:59.891583-04:00",
            "name": "LAA",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3e4b161-565c-4c24-a43a-0265ac0c87a9/?format=api"
        }
    ]
}