GET /api/bet_types/e6f7c13c-5e8b-4098-b5d2-c630fb0ab7b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6f7c13c-5e8b-4098-b5d2-c630fb0ab7b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/816caa69-9adf-4fff-93cf-008c35aa4f2c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:02.351123-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": "PIT",
                "amount": 6241.0
            },
            {
                "team": "COL",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "05a804d4-597d-45c0-805b-fdb3c759cb8f",
            "gambit_id": "d3b65a5f-aea7-476d-b493-8d9ae64e874a",
            "last_updated": "2023-04-19T20:52:01.409475-04:00",
            "created_at": "2023-04-18T12:12:02.354320-04:00",
            "name": "PIT",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f7c13c-5e8b-4098-b5d2-c630fb0ab7b7/?format=api"
        },
        {
            "id": "b975adc4-d675-4b8a-8858-cf3e5b235787",
            "gambit_id": "6968bad9-a5e3-49d7-90d6-7eeb3a268629",
            "last_updated": "2023-04-19T20:52:01.405699-04:00",
            "created_at": "2023-04-18T12:12:02.352669-04:00",
            "name": "COL",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f7c13c-5e8b-4098-b5d2-c630fb0ab7b7/?format=api"
        }
    ]
}