GET /api/bet_types/12f9bc11-8dc9-47a1-b3b4-d9c06b7fad2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12f9bc11-8dc9-47a1-b3b4-d9c06b7fad2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cf49580-3331-4774-9e3f-42f258a34117/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-03T15:01:53.749160-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": "SDG (S Lugo)",
                "amount": 6892.0
            },
            {
                "team": "CIN (L Cessa)",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "143f4af2-3cdf-4382-acec-22cf3dfabd35",
            "gambit_id": "36899057-8df0-4ee2-8894-2417ffb9f2e4",
            "last_updated": "2023-05-04T11:01:56.855699-04:00",
            "created_at": "2023-05-03T15:01:53.750384-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12f9bc11-8dc9-47a1-b3b4-d9c06b7fad2c/?format=api"
        },
        {
            "id": "8112c984-63ca-40c5-a374-5546dc9ae000",
            "gambit_id": "4bcf6679-254d-4ff8-bf57-c9edd446f3f7",
            "last_updated": "2023-05-04T11:01:56.857180-04:00",
            "created_at": "2023-05-03T15:01:53.751703-04:00",
            "name": "CIN (L Cessa)",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12f9bc11-8dc9-47a1-b3b4-d9c06b7fad2c/?format=api"
        }
    ]
}