GET /api/bet_types/a141992e-8250-4e16-8604-5820bba189b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a141992e-8250-4e16-8604-5820bba189b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e78c314-99db-4c79-800a-147df8008a7c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:46:58.730931-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": "OAK",
                "amount": 5213.0
            },
            {
                "team": "NYY",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "51959cf8-f6d7-4685-819a-5b2c5eadef07",
            "gambit_id": "ac3eaeea-ef87-4640-b1fe-9bcf6e593434",
            "last_updated": "2023-05-09T11:27:17.345143-04:00",
            "created_at": "2023-05-08T11:46:58.733855-04:00",
            "name": "OAK",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a141992e-8250-4e16-8604-5820bba189b3/?format=api"
        },
        {
            "id": "0fbbe4c2-5dae-4728-8570-355880346d30",
            "gambit_id": "f5119379-b009-47e8-9654-9f6f7f3a9d79",
            "last_updated": "2023-05-09T11:27:17.342795-04:00",
            "created_at": "2023-05-08T11:46:58.732344-04:00",
            "name": "NYY",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a141992e-8250-4e16-8604-5820bba189b3/?format=api"
        }
    ]
}