GET /api/bet_types/343c69e0-00d1-4867-b431-3aa2d457092a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "343c69e0-00d1-4867-b431-3aa2d457092a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f917bed4-78d0-4e31-b30d-2561017e4f89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-10T17:42:05.208758-05: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": "Minnesota Wild",
                "amount": 6324.0
            },
            {
                "team": "New York Rangers",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9042.96,
        "profit_sb": 42.96,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "53bb06b7-7162-4917-b396-3ef7190dfb4c",
            "gambit_id": "e49594cc-80a0-4ab3-a3a9-0c71c9dab92a",
            "last_updated": "2023-01-11T10:46:58.235060-05:00",
            "created_at": "2023-01-10T17:42:05.212239-05:00",
            "name": "Minnesota Wild",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/343c69e0-00d1-4867-b431-3aa2d457092a/?format=api"
        },
        {
            "id": "c4101318-5e5a-4717-9765-72c2e7fa9ef6",
            "gambit_id": "4482eebe-12f0-40e1-87ca-07c2c9902f1c",
            "last_updated": "2023-01-11T10:46:58.233962-05:00",
            "created_at": "2023-01-10T17:42:05.210483-05:00",
            "name": "New York Rangers",
            "reward": "2.46000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/343c69e0-00d1-4867-b431-3aa2d457092a/?format=api"
        }
    ]
}