GET /api/bet_types/b9a7c386-4347-43a1-aab8-14a52b9f6849/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9a7c386-4347-43a1-aab8-14a52b9f6849",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0403935-988a-429a-b46e-3fe913925a9e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-15T08:23:07.906562-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": "TAM (T Bradley)",
                "amount": 6442.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "52c8ee28-4637-49ba-8b4e-13c66c057326",
            "gambit_id": "2bf8dafb-4247-4b57-9eea-e90b6010132a",
            "last_updated": "2023-06-16T10:03:12.234933-04:00",
            "created_at": "2023-06-15T08:23:07.908860-04:00",
            "name": "TAM (T Bradley)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9a7c386-4347-43a1-aab8-14a52b9f6849/?format=api"
        },
        {
            "id": "d4ccf9df-866e-4e90-b405-55f2cb94059d",
            "gambit_id": "47e84777-5b19-4843-95cc-607cb7ae24b2",
            "last_updated": "2023-06-16T10:03:12.236879-04:00",
            "created_at": "2023-06-15T08:23:07.911363-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9a7c386-4347-43a1-aab8-14a52b9f6849/?format=api"
        }
    ]
}