GET /api/bet_types/3ee48805-8e61-4698-91f1-0d03b360c344/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ee48805-8e61-4698-91f1-0d03b360c344",
    "match": "https://api-prod.gambitprofit.com/api/matches/29faed69-b90c-43a3-9640-662d75490fe7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:22.748548-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": "BAL",
                "amount": 5773.0
            },
            {
                "team": "TAM",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0cc8c6d-2d18-483a-846b-5619393eb708",
            "gambit_id": "62a9019b-612e-4bd9-9d12-ce6d60d3f717",
            "last_updated": "2023-07-22T09:47:57.108820-04:00",
            "created_at": "2023-07-21T08:53:22.750465-04:00",
            "name": "BAL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ee48805-8e61-4698-91f1-0d03b360c344/?format=api"
        },
        {
            "id": "4bf5175f-5652-48b8-8744-b9ce051a0695",
            "gambit_id": "4bfbfd7c-6fef-4ab2-b880-779d9641d1cf",
            "last_updated": "2023-07-22T09:47:57.112194-04:00",
            "created_at": "2023-07-21T08:53:22.752389-04:00",
            "name": "TAM",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ee48805-8e61-4698-91f1-0d03b360c344/?format=api"
        }
    ]
}