GET /api/bet_types/f733d9cc-b685-42de-bb59-4db3cf5b00d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f733d9cc-b685-42de-bb59-4db3cf5b00d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/0484ffa6-64ea-4fc6-96e1-40397c820237/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T08:53:09.525693-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": "CIN",
                "amount": 5512.0
            },
            {
                "team": "SFO",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d350176f-7559-459f-b228-bddb943235d6",
            "gambit_id": "19c1da55-089d-4295-aee2-706b0538793b",
            "last_updated": "2023-07-19T10:28:11.960000-04:00",
            "created_at": "2023-07-18T08:53:09.528496-04:00",
            "name": "CIN",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f733d9cc-b685-42de-bb59-4db3cf5b00d3/?format=api"
        },
        {
            "id": "ce1bbbe5-b8de-4de2-8433-efc6e527fe13",
            "gambit_id": "e665534d-8c25-436a-9183-36f3434adeb7",
            "last_updated": "2023-07-19T10:28:11.957634-04:00",
            "created_at": "2023-07-18T08:53:09.527062-04:00",
            "name": "SFO",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f733d9cc-b685-42de-bb59-4db3cf5b00d3/?format=api"
        }
    ]
}