GET /api/bet_types/bd3553d2-9aef-46af-9b0f-1dda5a5e7e4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd3553d2-9aef-46af-9b0f-1dda5a5e7e4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e05c794-700a-4738-8179-e4ae20dc1620/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-30T09:58:15.384806-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 (B Snell)",
                "amount": 6434.0
            },
            {
                "team": "TEX (C Bradford)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "daa6012d-cbd5-4f43-b719-5100c99d10bb",
            "gambit_id": "3b437b82-1f60-44ce-bc98-cd50a4243cd4",
            "last_updated": "2023-07-31T18:08:15.238408-04:00",
            "created_at": "2023-07-30T09:58:15.393918-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd3553d2-9aef-46af-9b0f-1dda5a5e7e4a/?format=api"
        },
        {
            "id": "10cf1f7e-e8fe-419e-bac7-d42cf965d4ed",
            "gambit_id": "c5a98845-bb5f-4699-a6f2-b03b59236d3a",
            "last_updated": "2023-07-31T18:08:15.233927-04:00",
            "created_at": "2023-07-30T09:58:15.389618-04:00",
            "name": "TEX (C Bradford)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd3553d2-9aef-46af-9b0f-1dda5a5e7e4a/?format=api"
        }
    ]
}