GET /api/bet_types/2ad14103-7699-42bc-aed2-a7fcc1e9b1f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ad14103-7699-42bc-aed2-a7fcc1e9b1f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddd0bb36-5516-46ff-bfff-1e21a2dd39ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T11:57:12.343185-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": "Nashville Predators",
                "amount": 6547.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "52b07464-3999-4916-abc8-664b9a0c8411",
            "gambit_id": "1e4154fb-a21e-425d-9d3e-971cbf67a3c0",
            "last_updated": "2023-04-05T22:47:06.391127-04:00",
            "created_at": "2023-04-04T11:57:12.344423-04:00",
            "name": "Nashville Predators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ad14103-7699-42bc-aed2-a7fcc1e9b1f5/?format=api"
        },
        {
            "id": "22bb7ced-1b69-49b0-a270-da7b3a211e9c",
            "gambit_id": "ca2f0b7c-1c77-4433-8d5e-7862f8f73e53",
            "last_updated": "2023-04-05T22:47:06.392717-04:00",
            "created_at": "2023-04-04T11:57:12.345782-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ad14103-7699-42bc-aed2-a7fcc1e9b1f5/?format=api"
        }
    ]
}