GET /api/bet_types/d0e15d96-5536-4b4e-9b64-065d45345d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0e15d96-5536-4b4e-9b64-065d45345d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3fe84f7-700f-483a-aa0b-57703f3eb9ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T10:22:12.968528-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": "SFO",
                "amount": 6100.0
            },
            {
                "team": "NYY",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b410f4c-e7eb-4506-86ed-8f96ed8a4469",
            "gambit_id": "831f2bb0-04de-4fd2-bf33-9939764fd081",
            "last_updated": "2023-04-02T10:52:12.364798-04:00",
            "created_at": "2023-04-01T10:22:12.972153-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e15d96-5536-4b4e-9b64-065d45345d5e/?format=api"
        },
        {
            "id": "55c713c4-6a72-40d8-96b6-ee80fc919844",
            "gambit_id": "542cfeb3-27bc-44ab-a5e5-a16de5b8d3ea",
            "last_updated": "2023-04-02T10:52:12.363024-04:00",
            "created_at": "2023-04-01T10:22:12.970274-04:00",
            "name": "NYY",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e15d96-5536-4b4e-9b64-065d45345d5e/?format=api"
        }
    ]
}