GET /api/bet_types/42173386-4d68-4b14-80a0-202d5fc93785/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42173386-4d68-4b14-80a0-202d5fc93785",
    "match": "https://api-prod.gambitprofit.com/api/matches/22dae4a6-7ae3-4cfc-abf3-8cc40b38c422/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-14T09:58:12.769845-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a76bafe3-a3d4-4ab4-9203-212e64161252",
            "gambit_id": "a3533b85-6438-4086-bddb-28ad07033d4a",
            "last_updated": "2023-09-18T15:43:27.085957-04:00",
            "created_at": "2023-09-14T09:58:12.773592-04:00",
            "name": "New York Giants",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42173386-4d68-4b14-80a0-202d5fc93785/?format=api"
        },
        {
            "id": "7fefebbd-e389-4919-8499-738e252e0017",
            "gambit_id": "cf3dfb21-17d6-4788-bc5d-813db9ab347c",
            "last_updated": "2023-09-18T15:43:27.090897-04:00",
            "created_at": "2023-09-14T09:58:12.777709-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42173386-4d68-4b14-80a0-202d5fc93785/?format=api"
        }
    ]
}